/* ============================================================
   Material Symbols (Outlined) — servis en local (sous-ensemble).
   Remplacent les emojis par des icônes cohérentes et sobres.
   Police servie localement pour compatibilité CSP (embed iframe).
   ============================================================ */

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: block;      /* évite l'affichage du texte de ligature avant chargement */
    src: url('/assets/fonts/material-symbols.woff2') format('woff2');
}

.msi {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';   /* active les ligatures (nom -> glyphe) */
}
