@theme {
  --color-primary: #000000;
  --color-on-primary: #ffffff;
  --color-surface: #ffffff;
  --color-surface-variant: #fafafa;
  --color-surface-muted: #f2f2f2;
  --color-on-surface: #171717;
  --color-on-surface-variant: #666666;
  --color-border: #eaeaea;
  --color-border-strong: #999999;
  --color-accent: #0070f3;
  --color-error: #ee0000;
  --color-warning: #f5a623;
  --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: 3rem;
  --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.02em;
  --tracking-heading-lg: -0.02em;
  --tracking-heading: -0.01em;
  --font-weight-display: 700;
  --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: 6px;
  --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;
  --spacing-3xl: 64px;
}

