/* Harbour type — Cursor-inspired stack.
 * Inter stands in for Cursor Gothic (the working sans), JetBrains Mono for
 * Berkeley Mono (metadata/data), and EB Garamond is the serif Cursor itself
 * uses for brand moments — Harbour keeps it for wordmarks only.
 * All four are variable fonts, latin subset. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-var.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/EBGaramond-var.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/EBGaramond-Italic-var.woff2') format('woff2');
}
