/* fonts.css — Schriften des Editorial-Stils, lokal ausgeliefert (Plan v1.2, W2-A).
 * Bis v0.9.0 lud MiMa Montserrat, Open Sans und Fira Code bei jedem Aufruf von
 * fonts.googleapis.com — ein vermeidbarer Abfluss bei einer HR-Anwendung. Die Dateien
 * stammen aus dem Editorial-Preset des fux-frameworks; Umlaute, ß und Gedankenstriche
 * sind in allen drei Schnitten geprüft.
 */
@font-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/display/bebas-neue-400.woff2') format('woff2'); }

@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/body/instrument-sans-400.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('../fonts/body/instrument-sans-400i.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/body/instrument-sans-500.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: italic; font-weight: 500; font-display: swap;
  src: url('../fonts/body/instrument-sans-500i.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/body/instrument-sans-600.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: italic; font-weight: 600; font-display: swap;
  src: url('../fonts/body/instrument-sans-600i.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/body/instrument-sans-700.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: italic; font-weight: 700; font-display: swap;
  src: url('../fonts/body/instrument-sans-700i.woff2') format('woff2'); }

@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/mono/space-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/mono/space-mono-700.woff2') format('woff2'); }

:root {
  --font-display: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
  --font-body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
