/**
 * Orionyx — local font delivery
 *
 * IMPORTANT: the WOFF2 files must be placed in /assets/fonts/.
 * Source (all SIL Open Font License, free for commercial use):
 *   Zilla Slab      → github.com/mozilla/zilla-slab
 *   Inter           → github.com/rsms/inter
 *   JetBrains Mono  → github.com/JetBrains/JetBrainsMono
 *
 * Deliberately not loaded via fonts.googleapis.com: an external font CDN
 * transmits the visitor's IP address to a third party. The Munich Regional
 * Court (20 Jan 2022, 3 O 17493/20) ruled that a GDPR breach.
 */

@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/zilla-slab-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/zilla-slab-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-var.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
