/* ===========================================================================
   FONTS — Mobikes
   Raleway auto-hébergée en variable font (un seul fichier couvre 100–900).
   Pas de dépendance Google Fonts : respect vie privée + hébergement suisse.
   =========================================================================== */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;      /* plage complète (variable) */
    font-display: swap;
    src: url('../fonts/raleway-variable.woff2') format('woff2') tech('variations'),
         url('../fonts/raleway-variable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/raleway-italic-variable.woff2') format('woff2') tech('variations'),
         url('../fonts/raleway-italic-variable.woff2') format('woff2-variations');
}

/* Teachers — corps de texte / paragraphes (variable). */
@font-face {
    font-family: 'Teachers';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/teachers-variable.woff2') format('woff2') tech('variations'),
         url('../fonts/teachers-variable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Teachers';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/teachers-italic-variable.woff2') format('woff2') tech('variations'),
         url('../fonts/teachers-italic-variable.woff2') format('woff2-variations');
}
