/**
 * Avenir – local font from public/fonts/
 * Weights: 300 Light, 400 Book/Regular, 800 Heavy, 900 Black
 */
@font-face {
  font-family: "Avenir";
  src: url("Avenir Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
