@theme {
  --color-primary: #000000;
  --color-on-primary: #ffffff;
  --color-accent: #276ef1;
  --color-on-accent: #ffffff;
  --color-surface: #ffffff;
  --color-on-surface: #000000;
  --color-on-surface-variant: #545454;
  --color-surface-variant: #f6f6f6;
  --color-fill: #eeeeee;
  --color-border: #cbcbcb;
  --color-positive: #048848;
  --color-warning: #ffc043;
  --color-negative: #e11900;
  --font-display: "Inter";
  --font-heading: "Inter";
  --font-title: "Inter";
  --font-body: "Inter";
  --font-body-lg: "Inter";
  --font-label: "Inter";
  --font-code: "JetBrains Mono";
  --text-display: 2.5rem;
  --text-heading: 1.5rem;
  --text-title: 1.25rem;
  --text-body: 0.875rem;
  --text-body-lg: 1rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --font-weight-display: 700;
  --font-weight-heading: 600;
  --font-weight-title: 600;
  --font-weight-body: 400;
  --font-weight-body-lg: 400;
  --font-weight-label: 500;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
}

