/* assets/css/global.css */

/* 1. Forcer Bahnschrift pour TOUT le texte */
* {
    font-family: 'Bahnschrift', 'Segoe UI', 'Helvetica Neue', sans-serif !important;
}

/* 2. Restaurer la police des icônes Material Symbols */
.material-symbols-outlined,
.material-icons,
[class^="material-symbols"],
[class*=" material-symbols"],
[class^="material-icons"],
[class*=" material-icons"] {
    font-family: 'Material Symbols Outlined', 'Material Icons' !important;
}

/* 3. Facultatif : héritage pour les champs de formulaire */
input, button, textarea, select {
    font-family: inherit;
}

/* 4. Corps de page (déjà couvert par *, mais pour clarifier) */
body {
    font-family: 'Bahnschrift', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}