/* File: theme/css/fonts.css
 * Purpose: Self-hosted @font-face declarations for Inter and JetBrains Mono.
 * Project: HumanSpark | Date: 2026-03-20
 *
 * Overview: GDPR-safe font loading - no external requests to Google.
 * Fonts are served from the theme directory.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6;
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('./fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6;
}
