@theme {
  --color-primary: #0059c8;
  --color-primary-strong: #0041ab;
  --color-on-primary: #ffffff;
  --color-primary-tint: #e8f5ff;
  --color-surface: #ffffff;
  --color-surface-variant: #f7f9fa;
  --color-on-surface: #1b273a;
  --color-on-surface-variant: #414d63;
  --color-subdued: #67728a;
  --color-border: #cfd9e0;
  --color-border-subtle: #e7ebee;
  --color-positive: #006d23;
  --color-warning: #cc4500;
  --color-negative: #bd002a;
  --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.25rem;
  --text-heading-lg: 1.5rem;
  --text-heading: 1.25rem;
  --text-body: 0.875rem;
  --text-body-sm: 0.75rem;
  --text-label: 0.875rem;
  --text-code: 0.875rem;
  --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: 4px;
  --radius-md: 6px;
  --radius-full: 9999px;
  --spacing-xxs: 0.25rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 0.75rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
}

