@theme {
  --color-primary: #5c33cf;
  --color-on-primary: #ffffff;
  --color-accent: #1bd29a;
  --color-surface: #ffffff;
  --color-surface-variant: #f6f7f9;
  --color-on-surface: #000000;
  --color-on-surface-variant: #687083;
  --color-border: #dcdee3;
  --color-info: #3448f0;
  --color-success: #49b356;
  --color-warning: #ffb319;
  --color-error: #ff4e64;
  --color-error-strong: #d33030;
  --font-display: "DM Sans";
  --font-heading-lg: "DM Sans";
  --font-heading: "DM Sans";
  --font-body: "DM Sans";
  --font-body-sm: "DM Sans";
  --font-label: "DM Sans";
  --font-caption: "DM Sans";
  --text-display: 2rem;
  --text-heading-lg: 1.5rem;
  --text-heading: 1.25rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-caption: 0.625rem;
  --tracking-display: -0.016em;
  --tracking-caption: 0.05em;
  --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-caption: 500;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
}

