@theme {
  --color-primary: #e60023;
  --color-primary-strong: #b60000;
  --color-on-primary: #ffffff;
  --color-surface: #ffffff;
  --color-surface-variant: #e9e9e9;
  --color-on-surface: #111111;
  --color-on-surface-variant: #767676;
  --color-border: #cdcdcd;
  --color-border-strong: #767676;
  --color-info: #0074e8;
  --color-success: #008753;
  --color-warning: #bd5b00;
  --color-error: #cc0000;
  --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.75rem;
  --text-heading: 1.25rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --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: 400;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
}

