@theme {
  --color-primary: #3ecf8e;
  --color-on-primary: #0f0f0f;
  --color-surface: #121212;
  --color-surface-deep: #0f0f0f;
  --color-surface-variant: #1c1c1c;
  --color-on-surface: #fafafa;
  --color-on-surface-variant: #898989;
  --color-border-subtle: #2e2e2e;
  --color-border-strong: #3e3e3e;
  --color-success: #3ecf8e;
  --color-warning: #f5a623;
  --color-error: #f87171;
  --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: 3.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.02em;
  --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: 500;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-full: 9999px;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 64px;
  --spacing-3xl: 96px;
}

