/*
 * marcellus.css — Police Marcellus (poids 400) self-hostee.
 *
 * Origine : @fontsource/marcellus@5.0.0 (jsdelivr). Sortie du CDN (Lot 3b)
 * pour permettre une CSP stricte (style-src 'self', font-src 'self', sans
 * tiers). On ne sert que le woff2 (supporte par tous les navigateurs depuis
 * ~2016) ; le fallback woff a ete volontairement abandonne.
 *
 * Usage : wordmark .nav-logo (cf. css/style.css). Familles latin + latin-ext.
 */

/* marcellus-latin-ext-400-normal */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./marcellus-latin-ext-400-normal.woff2) format('woff2');
  unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* marcellus-latin-400-normal */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./marcellus-latin-400-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
