/* Project fonts — self-hosted in wp-content/assets/fonts/, linked from templates/layout.php */

@font-face {
  font-family: "PP Neue Corp";
  src: url("fonts/PPNeueCorp-NormalUltralight.woff2") format("woff2"),
       url("fonts/PPNeueCorp-NormalUltralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Corp";
  src: url("fonts/PPNeueCorp-NormalMedium.woff2") format("woff2"),
       url("fonts/PPNeueCorp-NormalMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Corp Wide";
  src: url("fonts/PPNeueCorp-WideUltralight.woff2") format("woff2"),
       url("fonts/PPNeueCorp-WideUltralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Variable italic: wght 400–900, opsz 6–96. The design uses SemiBold Italic at opsz 11 → .ev-text.text-serif */
@font-face {
  font-family: "Bodoni Moda";
  src: url("fonts/BodoniModa-Italic-Variable.woff2") format("woff2"),
       url("fonts/BodoniModa-Italic-Variable.ttf") format("truetype");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
