/* File: viewers/shared/fonts.css
 *
 * @font-face declarations for the design system fonts. Loaded with
 * font-display: swap so paint isn't blocked.
 *
 * Today: pulls from Google Fonts (one external dep but zero ops to
 * stand up). Self-host swap path -- drop woff2 files into
 * viewers/shared/fonts/ and replace each src URL with a local path.
 *
 * Surfaces import this file ALONGSIDE tokens.css. tokens.css defines
 * --font-sans / --font-mono with system fallbacks, so if this file
 * fails to load (e.g. offline), text still renders.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');
