/* ===== Polices auto-hébergées ===== */

/* Mactis (ancien logo, gardé au cas où) — lettres seulement */
@font-face{font-family:'Mactis';src:url(font/mactis.woff2) format('woff2');font-weight:400;font-display:swap;}

/* Aileron — TITRES (Black = 800, Heavy = 900) */
@font-face{font-family:'Aileron';src:url(font/aileron-black.woff2) format('woff2');font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:'Aileron';src:url(font/aileron-heavy.woff2) format('woff2');font-weight:900;font-style:normal;font-display:swap;}

/* Bagel Fat One — police du dossier "Semaine de la Culture" (titre gras arrondi) */
@font-face{font-family:'Bagel Fat One';src:url(font/bagel-fat-one.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}

/* Nyght Serif — PARAGRAPHES + SOUS-TITRES (Regular 400, Italic, Medium 500) */
@font-face{font-family:'Nyght Serif';src:url(font/nyght-serif-regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Nyght Serif';src:url(font/nyght-serif-italic.woff2) format('woff2');font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:'Nyght Serif';src:url(font/nyght-serif-medium.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap;}

/* Rôles typographiques du site */
:root{
  --font-title:'Aileron','Arial Black','General Sans',sans-serif;  /* titres */
  --font-body:'Nyght Serif','Georgia',serif;                       /* paragraphes + sous-titres */
  --font-ui:'General Sans','Inter',system-ui,sans-serif;           /* UI, nav, nombres, boutons */
}
