/*
 * Material Symbols Outlined — Local Font Definition
 * ===================================================
 * الخط محلي: لا يعتمد على Google Fonts CDN
 * font-display: block → يمنع FOUT تماماً
 *   - المتصفح يُخفي الأيقونات (مساحة فارغة) بدلاً من عرض أسمائها كنص
 *   - هذا هو السلوك الصحيح لخطوط الأيقونات دائماً
 *
 * لتحقيق أقصى سرعة، يجب استخدام هذا الملف مع:
 *   <link rel="preload" href="/assets/lms/fonts/MaterialSymbolsOutlined.woff2"
 *         as="font" type="font/woff2" crossorigin="anonymous">
 */

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('/assets/lms/fonts/MaterialSymbolsOutlined.woff2') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* تفعيل محاور الخط المتغير Variable Font axes */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
