/* Type tokens
   GENERATED by scripts/gen-design-kit.mjs from apps/calvin/src/app/globals.css.
   Do not edit here — an edit is a value the app does not have, which is the drift
   this file exists to end. Change globals.css and re-run.
   The system is documented in apps/calvin/DESIGN_SYSTEM.md. */

@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');
@font-face {
  font-family: 'Geist Mono';
  src: local('Geist Mono'), url('https://fonts.gstatic.com/s/geistmono/v1/or3mQ7qRCCRR4gFrEHpNHVQnBg0.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
:root {
  /* next/font sets this in the app; the kit sets it itself. */
  --font-geist-mono: 'Geist Mono';
}

:root {
  --fs-tick: 9px;
  --fs-2xs: 10px;
  --fs-xs: 11px;
  --fs-sm: 12px;
  --fs-md: 13px;
  --fs-base: 14px;
  --fs-lg: 15px;
  --fs-field: 16px;
  --fs-title: 17px;
  --fs-xl: 22px;
  --fs-2xl: 30px;
  --font-mono: var(--font-geist-mono), ui-monospace, monospace;
  --font-sans: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
}
