/* ==========================================================================
   Polices locales - Roboto, Roboto Slab, Material Icons
   Remplace les appels externes à Google Fonts pour de meilleures performances
   ========================================================================== */

/* Roboto - Regular (400) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-400.woff2') format('woff2');
}

/* Roboto - Light (300) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-300.woff2') format('woff2');
}

/* Roboto - Medium (500) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-500.woff2') format('woff2');
}

/* Roboto - Bold (700) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-700.woff2') format('woff2');
}

/* Roboto - Black (900) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-900.woff2') format('woff2');
}

/* Roboto Slab - Regular (400) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-slab-400.woff2') format('woff2');
}

/* Roboto Slab - Bold (700) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/Assets/fonts/roboto/roboto-slab-700.woff2') format('woff2');
}

/* Material Icons Round */
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/Assets/fonts/material-icons/material-icons-round.woff2') format('woff2');
}

.material-icons-round {
    font-family: 'Material Icons Round';
    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;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Alias pour compatibilité avec Material Icons */
.material-icons {
    font-family: 'Material Icons Round';
    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;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
