/* AnyAPI webfonts.
   SUBSTITUTION NOTE: no font binaries were supplied with the brief, so both faces
   are served from Google Fonts. Swap these @import lines for local @font-face
   rules (and drop the .woff2 files in assets/fonts/) when real files arrive. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");

:root {
  --font-sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;
  --font-display: var(--font-sans);
  --font-body: var(--font-sans);
  --font-code: var(--font-mono);
}
