/* Inter Tight — variable weight (300–800) — the only typeface bundled.
   --mono in sidebar.css resolves to system mono (ui-monospace, Menlo, monospace). */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/inter-tight.woff2') format('woff2');
}
