@theme {
  --color-primary: #1c64f2;
  --color-on-primary: #ffffff;
  --color-primary-strong: #1a56db;
  --color-link: #1c64f2;
  --color-surface: #ffffff;
  --color-on-surface: #111827;
  --color-on-surface-variant: #6b7280;
  --color-surface-variant: #f9fafb;
  --color-fill: #f3f4f6;
  --color-border: #e5e7eb;
  --color-success: #0e9f6e;
  --color-warning: #9f580a;
  --color-error: #e02424;
  --font-display: "Inter";
  --font-heading: "Inter";
  --font-title: "Inter";
  --font-body: "Inter";
  --font-body-sm: "Inter";
  --font-label: "Inter";
  --font-code: "JetBrains Mono";
  --text-display: 3rem;
  --text-heading: 1.875rem;
  --text-title: 1.25rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.875rem;
  --text-code: 0.875rem;
  --tracking-display: -0.02em;
  --font-weight-display: 800;
  --font-weight-heading: 700;
  --font-weight-title: 600;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 500;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
}

