/* ============================================================
 * Alcedo — Webfonts
 * JetBrains Mono (brand-facing: wordmark, display, UI, data).
 * Served from Google Fonts, as the design-system token file does.
 *
 * Inter is deliberately NOT requested here: the design rules limit it
 * to long-form prose (paragraphs over ~60 words) and this page has
 * none, so the whole surface is mono. The --font-sans / --font-prose
 * tokens still exist in tokens.css — re-add the Inter family to the
 * URL below if long-form copy is ever introduced.
 *
 * For a fully self-hosted/offline build, replace the @import below
 * with local @font-face rules pointing at .woff2 binaries.
 * ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');
