@theme {
  --color-primary: #0176d3;
  --color-on-primary: #ffffff;
  --color-primary-hover: #014486;
  --color-surface: #ffffff;
  --color-surface-variant: #f3f3f3;
  --color-on-surface: #181818;
  --color-on-surface-variant: #444444;
  --color-link: #0b5cab;
  --color-border: #c9c9c9;
  --color-border-strong: #747474;
  --color-success: #2e844a;
  --color-warning: #a96404;
  --color-error: #ba0517;
  --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.802rem;
  --text-heading-lg: 1.424rem;
  --text-heading: 1.125rem;
  --text-body: 0.8125rem;
  --text-body-sm: 0.75rem;
  --text-label: 0.75rem;
  --text-code: 0.8125rem;
  --font-weight-display: 300;
  --font-weight-heading-lg: 700;
  --font-weight-heading: 700;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 400;
  --font-weight-code: 400;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --spacing-xxs: 0.25rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 0.75rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
}

