/* Inter — Variable */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/InterVariable.woff2") format("woff2");
  font-weight: 300 700;   /* adjust if you know the real supported range */
  font-style: normal;
  font-display: swap;
}

/* Inter — Variable (Italic) */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/InterVariable-Italic.woff2") format("woff2");
  font-weight: 300 700;   /* adjust if you know the real supported range */
  font-style: italic;
  font-display: swap;
}

/* PPNeueMontreal — Variable */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/fonts/PPNeueMontreal/variable/PPNeueMontreal-Variable.woff2") format("woff2");
  font-weight: 300 700;   /* adjust if you know the real supported range */
  font-style: normal;
  font-display: swap;
}

/* Tiempos Headline — Variable (Roman) */
@font-face {
  font-family: "Tiempos Headline";
  src: url("/fonts/Tiempos-Headline/variable/tiempos-headline-vf-roman.woff2") format("woff2");
  font-weight: 300 700;   /* adjust if you know the real supported range */
  font-style: normal;
  font-display: swap;
}

/* Tiempos Headline — Variable (Italic) */
@font-face {
  font-family: "Tiempos Headline";
  src: url("/fonts/Tiempos-Headline/variable/tiempos-headline-vf-italic.woff2") format("woff2");
  font-weight: 300 700;   /* adjust if you know the real supported range */
  font-style: italic;
  font-display: swap;
}

