/* Self-hosted fonts — no Google Fonts dependency */

/* Fraunces normal (variable font — covers 300-700) */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/fraunces-latin.woff2) format('woff2');
}

/* Fraunces italic (variable font — covers 300i-700i) */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/fraunces-italic-latin.woff2) format('woff2');
}

/* DM Sans normal (variable font — covers 300-500) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(/fonts/dm-sans-latin.woff2) format('woff2');
}

/* DM Sans italic (variable font — covers 300i) */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/dm-sans-italic-latin.woff2) format('woff2');
}

/* JetBrains Mono (variable font — covers 400-500) */
@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');
}
