/* --- Typographies de la marque (fichiers dans public/fonts/) --- */

/* Lalo - Eduardo Padilla Aguilar - licence CC BY 2.5 (credit en mentions legales).
   Version patchee : accents francais ajoutes (è à ù É È À). */
@font-face {
  font-family: "Lalo";
  src: url("/fonts/lalo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Louis George Cafe - Chen Yining - gratuite usage commercial */
@font-face {
  font-family: "Louis George Cafe";
  src: url("/fonts/louis-george-cafe-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louis George Cafe";
  src: url("/fonts/louis-george-cafe.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louis George Cafe";
  src: url("/fonts/louis-george-cafe-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
