/* NICE Framework — selbst gehostete Schriften.
   Manrope und JetBrains Mono als Variable Fonts (eine Datei deckt alle
   Schnitte ab), Spectral als Einzelschnitte (kein Variable Font verfügbar).
   Quelle: Google Fonts, SIL Open Font License 1.1 (OFL.txt liegt bei). */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('Manrope-Variable.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('JetBrainsMono-Variable.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Spectral-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Spectral';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('Spectral-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Spectral-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Spectral-SemiBold.ttf') format('truetype');
}
