/* Cnam webfonts — official charte graphique 2024 typefaces, shipped locally
   (files provided by the user, commercial rights confirmed).
   · Raleway     — titres, sous-titres, UI (variable, wght 100–900).
   · Crimson Pro — surtitre-encadré (SemiBold) & texte courant à privilégier.
   · Maple       — LOGO ONLY: logotype & noms de composantes (Maple Light),
                   composés uniquement par la Dircom. Never use for other text. */
@font-face {
  font-family: 'Raleway';
  src: url('../assets/fonts/Raleway-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimson Pro';
  src: url('../assets/fonts/CrimsonPro-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-LightItalic.otf') format('opentype'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-RegularItalic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-MediumItalic.otf') format('opentype'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Maple'; src: url('../assets/fonts/Maple-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
