/* Fonts - Self-hosted for GDPR compliance */
/* Licenses: See /assets/fonts/LICENSES.txt */

/* Inter Variable Font - Optimized Subset (58KB vs 337KB original)
   Includes: Latin, Latin Extended, Common Symbols
   Weights: 100-900 (full range preserved)
   Glyphs: A-Z, a-z, 0-9, äöüÄÖÜß, €, common punctuation */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url('../fonts/InterVariable-subset.woff2') format('woff2');
}

/* Original full font (337KB) - kept as backup, commented out
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2') format('woff2');
} */

/* Use system monospace font for code blocks instead of JetBrains Mono
   This saves ~274KB and provides good cross-platform support */
