/* fonts */
/**
Azimut, une création typographique originale de Benjamin Blaess, Julien Priez & Mathieu Réguer.

La famille de caractères Azimut est distribuée sous licence Creative Commons CC BY-ND 4.0.
https://azimut.strasbourg.eu/#DL
**/
@font-face {
  font-family: "Azimut";
  font-weight: 400;
  font-style: normal;
  src:
    url("fonts/Azimut-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Azimut";
  font-weight: 400 700;
  font-style: oblique;
  src:
    url("fonts/Azimut-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Azimut";
  font-weight: 700;
  font-style: bold;
  src:
    url("fonts/Azimut-Bold.woff2") format("woff2");
}

body {
    font-family: "Azimut";
    font-weight: 400;
}

h1, h2, h3 {
    font-weight: 400;
}
