/* Polices marque somae, self-hébergées (woff2).
   Cal Sans = titres (serif Tailwind), Helvetica = corps + étiquettes
   (sans + mono Tailwind), Shadows Into Light = accent manuscrit.
   Familles alignées sur tailwind.config.js (sans suffixe). */

@font-face {
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/CalSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Helvetica-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/Helvetica-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Shadows_Into_Light.woff2') format('woff2');
}
