@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;
}

/*Font-ajout*/

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

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

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

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

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

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