@theme {
  --color-primary: #165dff;
  --color-on-primary: #ffffff;
  --color-primary-active: #0e42d2;
  --color-surface: #ffffff;
  --color-on-surface: #1d2129;
  --color-on-surface-variant: #4e5969;
  --color-helper: #86909c;
  --color-surface-variant: #f2f3f5;
  --color-border: #e5e6eb;
  --color-success: #00b42a;
  --color-warning: #ff7d00;
  --color-warning-surface: #fff7e8;
  --color-error: #f53f3f;
  --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: 2.25rem;
  --text-heading-lg: 1.5rem;
  --text-heading: 1.25rem;
  --text-body: 0.875rem;
  --text-body-sm: 0.75rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --font-weight-display: 500;
  --font-weight-heading-lg: 500;
  --font-weight-heading: 500;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 500;
  --font-weight-code: 400;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-full: 9999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 48px;
}

