@theme {
  --color-primary: #ff6363;
  --color-on-primary: #0a0a0a;
  --color-surface: #0a0a0a;
  --color-on-surface: #ffffff;
  --color-surface-variant: #161618;
  --color-on-surface-variant: #a6a6ad;
  --color-border-subtle: #242428;
  --color-border-strong: #3a3a40;
  --color-brand-orange: #ff9f45;
  --color-brand-pink: #f06bb5;
  --color-success: #4fc183;
  --color-warning: #ffc531;
  --color-error: #f14c4c;
  --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.25rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.8125rem;
  --tracking-display: -0.02em;
  --tracking-heading-lg: -0.01em;
  --tracking-heading: -0.01em;
  --tracking-label: 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: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 40px;
  --spacing-2xl: 64px;
  --spacing-3xl: 96px;
}

