/* Self-hosted via scripts/fetch-fonts.mjs — re-run when bumping weights.
 * Latin subset only. Cross-origin handshake to fonts.gstatic.com avoided.
 * font-display: swap is preserved from the upstream Google Fonts CSS.
 */
/* Fraunces 500 normal */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/fraunces-500-normal.woff2) format('woff2');
}

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

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

/* Fraunces 900 normal */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/fraunces-900-normal.woff2) format('woff2');
}

/* Hanken Grotesk 300 normal */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/hanken-grotesk-300-normal.woff2) format('woff2');
}

/* Hanken Grotesk 400 normal */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/hanken-grotesk-400-normal.woff2) format('woff2');
}

/* Hanken Grotesk 500 normal */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/hanken-grotesk-500-normal.woff2) format('woff2');
}

/* Hanken Grotesk 600 normal */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/hanken-grotesk-600-normal.woff2) format('woff2');
}

/* Hanken Grotesk 700 normal */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/hanken-grotesk-700-normal.woff2) format('woff2');
}

/* Hanken Grotesk 800 normal */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/hanken-grotesk-800-normal.woff2) format('woff2');
}

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

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