/* ═══════════════════════════════════════════════════════════════
   Schriften der Etappenwohnung am Eifelsteig

   Diese Datei ist fertig. Du musst hier nichts ändern.
   Lege nur die neun .woff2-Dateien in denselben Ordner und
   benenne sie exakt so wie unten angegeben.

   Benötigte Dateien im Ordner fonts/:

     montserrat-400.woff2
     montserrat-500.woff2
     montserrat-600.woff2
     montserrat-700.woff2
     inter-400.woff2
     inter-500.woff2
     inter-600.woff2
     jetbrainsmono-400.woff2
     jetbrainsmono-500.woff2

   font-display: swap bedeutet: Der Text erscheint sofort in einer
   Ersatzschrift und wird ausgetauscht, sobald die Schrift geladen
   ist. So bleibt die Seite auch bei langsamer Verbindung lesbar.
   ═══════════════════════════════════════════════════════════════ */

/* ── Montserrat: Überschriften und Zahlen ─────────────────────── */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('montserrat-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('montserrat-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('montserrat-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('montserrat-700.woff2') format('woff2');
}

/* ── Inter: Fließtext ─────────────────────────────────────────── */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-600.woff2') format('woff2');
}

/* ── JetBrains Mono: Kennzeichnungen und Entfernungen ─────────── */

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jetbrainsmono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('jetbrainsmono-500.woff2') format('woff2');
}
