@theme {
  --color-primary: #0d0d0d;
  --color-on-primary: #ffffff;
  --color-surface: #ffffff;
  --color-surface-variant: #f7f7f8;
  --color-surface-muted: #ececec;
  --color-on-surface: #0d0d0d;
  --color-on-surface-variant: #5d5d5d;
  --color-border: #e6e6e6;
  --color-border-strong: #8e8e8e;
  --color-accent: #10a37f;
  --color-success: #077d55;
  --color-warning: #e8a33d;
  --color-error: #b42318;
  --font-display: "Inter";
  --font-display-serif: "Source Serif 4";
  --font-heading-lg: "Inter";
  --font-heading: "Inter";
  --font-body: "Inter";
  --font-body-sm: "Inter";
  --font-label: "Inter";
  --font-code: "JetBrains Mono";
  --text-display: 3.5rem;
  --text-display-serif: 3rem;
  --text-heading-lg: 2rem;
  --text-heading: 1.5rem;
  --text-body: 1.125rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.8125rem;
  --text-code: 0.875rem;
  --tracking-display: -0.02em;
  --tracking-display-serif: -0.01em;
  --tracking-heading-lg: -0.01em;
  --tracking-heading: -0.01em;
  --font-weight-display: 500;
  --font-weight-display-serif: 400;
  --font-weight-heading-lg: 500;
  --font-weight-heading: 500;
  --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: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 40px;
  --spacing-2xl: 64px;
  --spacing-3xl: 96px;
}

