/* Eterna Regeneratives — brand webfont
   Avenir Next LT Pro, licensed webfont kit (MyFonts / Linotype), self-hosted.
   Three uprights only: Regular 400, Medium 500, Demi 600. No italics are used
   anywhere on the site. Declared under the single family name "Avenir Next" so
   --font-sans in typography.css resolves to the real brand type.
   Do not add these files to any public repo — the licence is per-domain. */

@font-face {
  font-family: "Avenir Next";
  src: url("avenir-next-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("avenir-next-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("avenir-next-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
