/* ==========================================================================
   POLICES — auto-hebergees depuis assets/
   --------------------------------------------------------------------------
   Les fichiers viennent de la reference. Les noms sont des empreintes de
   contenu : c'est le tableau ci-dessous qui donne le sens, pas le nom du
   fichier.

   `font-display: swap` affiche immediatement le texte dans la police de repli
   puis le remplace. Un `block` ferait clignoter la page en blanc.
   ========================================================================== */

/* Switzer — titres ------------------------------------------------------ */
@font-face {
  font-family: "Switzer"; font-weight: 400; font-style: normal;
  font-display: swap; src: url(../assets/polices/switzer-400.woff2) format("woff2");
}
@font-face {
  font-family: "Switzer"; font-weight: 400; font-style: italic;
  font-display: swap; src: url(../assets/polices/switzer-400-italique.woff2) format("woff2");
}
@font-face {
  font-family: "Switzer"; font-weight: 500; font-style: normal;
  font-display: swap; src: url(../assets/polices/switzer-500.woff2) format("woff2");
}
@font-face {
  font-family: "Switzer"; font-weight: 500; font-style: italic;
  font-display: swap; src: url(../assets/polices/switzer-500-italique.woff2) format("woff2");
}
@font-face {
  font-family: "Switzer"; font-weight: 700; font-style: normal;
  font-display: swap; src: url(../assets/polices/switzer-700.woff2) format("woff2");
}
@font-face {
  font-family: "Switzer"; font-weight: 700; font-style: italic;
  font-display: swap; src: url(../assets/polices/switzer-700-italique.woff2) format("woff2");
}

/* Manrope — texte courant ----------------------------------------------- */
@font-face {
  font-family: "Manrope"; font-weight: 600; font-style: normal;
  font-display: swap; src: url(../assets/polices/manrope-600.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope"; font-weight: 700; font-style: normal;
  font-display: swap; src: url(../assets/polices/manrope-700.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope"; font-weight: 800; font-style: normal;
  font-display: swap; src: url(../assets/polices/manrope-800.woff2) format("woff2");
}

/* Inter — presente dans la reference, employee en repli ------------------ */
@font-face {
  font-family: "Inter"; font-weight: 400; font-style: normal;
  font-display: swap; src: url(../assets/polices/inter-400.woff2) format("woff2");
}
@font-face {
  font-family: "Inter"; font-weight: 600; font-style: normal;
  font-display: swap; src: url(../assets/polices/inter-600.woff2) format("woff2");
}
@font-face {
  font-family: "Inter"; font-weight: 700; font-style: normal;
  font-display: swap; src: url(../assets/polices/inter-700.woff2) format("woff2");
}
