@theme {
  --color-primary: #0a2540;
  --color-on-primary: #ffffff;
  --color-accent: #635bff;
  --color-on-accent: #ffffff;
  --color-surface: #ffffff;
  --color-surface-tint: #f6f9fc;
  --color-on-surface: #0a2540;
  --color-on-surface-variant: #425466;
  --color-helper: #596171;
  --color-border: #e3e8ee;
  --color-success: #0e6245;
  --color-warning: #983705;
  --color-error: #a41c4e;
  --font-display: "Inter";
  --font-heading-lg: "Inter";
  --font-heading: "Inter";
  --font-body: "Inter";
  --font-body-sm: "Inter";
  --font-label: "Inter";
  --font-code: "Source Code Pro";
  --text-display: 3.5rem;
  --text-heading-lg: 2.25rem;
  --text-heading: 1.5rem;
  --text-body: 1.125rem;
  --text-body-sm: 0.9375rem;
  --text-label: 0.875rem;
  --text-code: 0.8125rem;
  --tracking-display: -0.02em;
  --tracking-heading-lg: -0.01em;
  --tracking-label: 0.06em;
  --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: 600;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 40px;
  --spacing-2xl: 64px;
  --spacing-3xl: 96px;
}

