@theme {
  --color-primary: #1d72c9;
  --color-primary-bright: #2383e2;
  --color-on-primary: #ffffff;
  --color-surface: #ffffff;
  --color-on-surface: #191918;
  --color-on-surface-variant: #767572;
  --color-surface-variant: #f1f1ef;
  --color-surface-panel: #f7f7f5;
  --color-border-subtle: #e9e9e7;
  --color-border-strong: #cfcdc9;
  --color-tint-blue: #e7f3f8;
  --color-tint-yellow: #fbf3db;
  --color-tint-red: #fdebec;
  --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.5rem;
  --text-heading-lg: 1.875rem;
  --text-heading: 1.5rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --tracking-display: -0.01em;
  --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: 500;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --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: 96px;
}

