@theme {
  --color-primary: #006dfa;
  --color-on-primary: #ffffff;
  --color-primary-strong: #001489;
  --color-on-primary-strong: #ffffff;
  --color-link: #0263e0;
  --color-surface: #ffffff;
  --color-on-surface: #121c2d;
  --color-surface-variant: #f4f4f6;
  --color-on-surface-variant: #606b85;
  --color-border: #8b93aa;
  --color-border-weak: #cacdd8;
  --color-success: #14b053;
  --color-warning: #f47c22;
  --color-error: #c72323;
  --font-display: "Inter";
  --font-heading-lg: "Inter";
  --font-heading: "Inter";
  --font-body: "Inter";
  --font-body-sm: "Inter";
  --font-label: "Inter";
  --font-code: "JetBrains Mono";
  --text-display: 2.5rem;
  --text-heading-lg: 2rem;
  --text-heading: 1.5rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --tracking-display: -0.01em;
  --tracking-label: 0.01em;
  --font-weight-display: 600;
  --font-weight-heading-lg: 600;
  --font-weight-heading: 600;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 500;
  --font-weight-code: 400;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-full: 9999px;
  --spacing-xxs: 0.25rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 0.75rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.25rem;
  --spacing-xl: 1.5rem;
  --spacing-2xl: 2rem;
  --spacing-3xl: 2.75rem;
}

