@theme {
  --color-primary: #1d1d1f;
  --color-on-primary: #f5f5f7;
  --color-accent: #0071e3;
  --color-on-accent: #ffffff;
  --color-link: #0066cc;
  --color-surface: #ffffff;
  --color-surface-tint: #f5f5f7;
  --color-on-surface: #1d1d1f;
  --color-on-surface-variant: #6e6e73;
  --color-border: #d2d2d7;
  --color-promo: #b64400;
  --color-success: #008009;
  --color-error: #e30000;
  --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: 4rem;
  --text-heading-lg: 2.5rem;
  --text-heading: 1.75rem;
  --text-body: 1.0625rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --tracking-display: -0.015em;
  --tracking-heading-lg: -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: 400;
  --font-weight-code: 400;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-full: 980px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 48px;
  --spacing-2xl: 80px;
  --spacing-3xl: 120px;
}

