@theme {
  --color-primary: #3a383f;
  --color-on-primary: #ffffff;
  --color-action: #1f75cb;
  --color-link: #2f5ca0;
  --color-surface: #ffffff;
  --color-surface-subtle: #fbfafd;
  --color-surface-strong: #ececef;
  --color-on-surface: #3a383f;
  --color-on-surface-subtle: #626168;
  --color-on-surface-strong: #18171d;
  --color-border: #dcdcde;
  --color-control-border: #89888d;
  --color-success: #108548;
  --color-warning: #ab6100;
  --color-danger: #dd2b0e;
  --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: 1.75rem;
  --text-heading-lg: 1.5rem;
  --text-heading: 1.125rem;
  --text-body: 0.875rem;
  --text-body-sm: 0.8125rem;
  --text-label: 0.75rem;
  --text-code: 0.8125rem;
  --tracking-display: -0.01em;
  --tracking-heading-lg: -0.01em;
  --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-xl: 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: 64px;
}

