/* Plantoya : fontes produits auto-hébergées (CSP : jamais de CDN).
   Fichiers variables officiels Google Fonts (latin), mêmes familles que le site :
   - Hanken Grotesk (titres display du site)
   - Plus Jakarta Sans (texte courant du site)
   brand.php référence 'SC Brand Display' / 'SC Brand Body'. */

@font-face {
  font-family: 'SC Brand Display';
  src: url('../fonts/hanken-grotesk.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SC Brand Body';
  src: url('../fonts/plus-jakarta-sans.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
