/* Self-hosted fonts — no external CDN dependency */
/* Crimson Pro (variable: 600-700), Inter (variable: 400-600), JetBrains Mono (variable: 400-700) */

@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('/fonts/crimson-pro.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2');
}

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