/*
  Petit Bac -- polices hebergees localement, aucune dependance a Google Fonts.
  Sous-ensemble "latin" uniquement (couvre les caracteres francais accentues).
*/

/* Signika : fichier variable, une seule police couvre 300 a 700 */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("./signika-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./lato-300.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./lato-400.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./lato-700.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./lato-900.woff2") format("woff2");
}
