/* Nexa DaFont : ExtraLight (100–500), Heavy (600–900). Usage pro : voir Fontfabric. */
@font-face {
  font-family: "Nexa";
  src: url("fonts/Nexa-ExtraLight.ttf") format("truetype");
  font-weight: 100 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("fonts/Nexa-Heavy.ttf") format("truetype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
