/*
 * mein-pcos.at — Lokale Schriften (Variable Fonts)
 * Inter + Lora als TTF Variable Fonts
 * Alle Gewichte (100–900) mit nur 4 Dateien abgedeckt
 */

/* ── Inter — Normal ── */
@font-face {
  font-family: 'Inter';
  src: url('Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ── Inter — Kursiv ── */
@font-face {
  font-family: 'Inter';
  src: url('Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ── Lora — Normal ── */
@font-face {
  font-family: 'Lora';
  src: url('Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ── Lora — Kursiv ── */
@font-face {
  font-family: 'Lora';
  src: url('Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
