@theme {
  --color-primary: #1f73b7;
  --color-on-primary: #ffffff;
  --color-surface: #ffffff;
  --color-surface-subtle: #f8f9f9;
  --color-on-surface: #293239;
  --color-on-surface-subtle: #5c6970;
  --color-border: #d8dcde;
  --color-border-subtle: #e8eaec;
  --color-chrome: #16494f;
  --color-on-chrome: #ffffff;
  --color-success: #037f52;
  --color-warning: #ac5918;
  --color-danger: #cd3642;
  --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.625rem;
  --text-heading: 1.375rem;
  --text-body: 0.875rem;
  --text-body-sm: 0.75rem;
  --text-label: 0.875rem;
  --text-code: 0.8125rem;
  --font-weight-display: 600;
  --font-weight-heading-lg: 600;
  --font-weight-heading: 600;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 600;
  --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: 20px;
  --spacing-lg: 32px;
  --spacing-xl: 40px;
  --spacing-2xl: 48px;
}

