/* Cohere Design System — Web font loading
   NOTE: CohereText / Unica77 Cohere Web / CohereMono are proprietary and were
   not bundled with the source material. Substituted with the closest-spirit
   Google Fonts (see readme.md "Known Gaps / Font substitution"). Swap the
   @font-face blocks below for real files if/when they're provided. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  --font-display: 'Space Grotesk', 'CohereText', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Inter', 'Unica77 Cohere Web', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'Space Mono', 'CohereMono', ui-monospace, monospace;
}
