@theme {
  --color-primary: #5e6ad2;
  --color-on-primary: #ffffff;
  --color-primary-bright: #828fff;
  --color-surface: #08090a;
  --color-on-surface: #f7f8f8;
  --color-surface-variant: #141516;
  --color-on-surface-variant: #8a8f98;
  --color-border-subtle: #23252a;
  --color-border-strong: #34363c;
  --color-success: #4cb782;
  --color-warning: #f2c94c;
  --color-error: #eb5757;
  --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.3125rem;
  --text-body: 0.9375rem;
  --text-body-sm: 0.8125rem;
  --text-label: 0.75rem;
  --text-code: 0.8125rem;
  --tracking-display: -0.02em;
  --tracking-heading-lg: -0.01em;
  --tracking-heading: -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: 8px;
  --radius-lg: 16px;
  --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;
}

