@theme {
  --color-primary: #1f5493;
  --color-on-primary: #ffffff;
  --color-surface: #f8f8f8;
  --color-paper: #ffffff;
  --color-on-surface: #000000;
  --color-text-subtle: #6e6e6e;
  --color-border: #e6e6e6;
  --color-link: #0a6ebe;
  --color-header: #171717;
  --color-on-header: #ffffff;
  --color-nav-muted: #b5b5b5;
  --color-success: #1db954;
  --color-warning: #ff9800;
  --color-error: #e22134;
  --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: 3.375rem;
  --text-heading-lg: 2rem;
  --text-heading: 1.5rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.875rem;
  --text-code: 0.875rem;
  --tracking-label: 0.07em;
  --font-weight-display: 700;
  --font-weight-heading-lg: 700;
  --font-weight-heading: 700;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 500;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --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;
}

