@font-face {
  font-family: FreeSerif;
  src: url("./fonts/FreeSerif.woff2") format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: FreeSerif;
  src: url("./fonts/FreeSerifBold.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: FreeSerif;
  src: url("./fonts/FreeSerifItalic.woff2") format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: FreeSerif;
  src: url("./fonts/FreeSerifBoldItalic.woff2") format('woff2');
  font-weight: bold;
  font-style: italic;
}

/* ----------------- MES FONTS -------------- */

@font-face {
  font-family: Syne;
  src: url("./fonts/Syne-Regular.woff2") format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: Syne;
  src: url("./fonts/Syne-SemiBold.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: AmiAmie;
  src: url("./fonts/Amiamie-Light.woff2") format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: AmiAmie;
  src: url("./fonts/Amiamie-LightItalic.woff2") format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: AmiAmie;
  src: url("./fonts/Amiamie-Regular.woff2") format('woff2');
  font-weight: bold;
}