/* Self-hosted fonts – no external requests */

/* Inter (variable font: weights 100–900) */
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}

/* Inter Italic 300 */
@font-face {
  font-family: 'Inter';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/inter-300-italic.woff2') format('woff2');
}

/* JetBrains Mono (variable font: weights 100–800) */
@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono.woff2') format('woff2');
}
