@theme {
  --color-primary: #76b900;
  --color-on-primary: #000000;
  --color-surface: #000000;
  --color-surface-variant: #1a1a1a;
  --color-surface-muted: #262626;
  --color-on-surface: #ffffff;
  --color-on-surface-variant: #cccccc;
  --color-helper: #999999;
  --color-border: #333333;
  --color-border-strong: #666666;
  --color-success: #76b900;
  --color-warning: #ffb300;
  --color-error: #ff5252;
  --font-display: "Work Sans";
  --font-heading-lg: "Work Sans";
  --font-heading: "Work Sans";
  --font-body: "Work Sans";
  --font-body-sm: "Work Sans";
  --font-label: "Work Sans";
  --font-code: "JetBrains Mono";
  --text-display: 3rem;
  --text-heading-lg: 2rem;
  --text-heading: 1.5rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --tracking-display: -0.01em;
  --tracking-label: 0.08em;
  --font-weight-display: 700;
  --font-weight-heading-lg: 700;
  --font-weight-heading: 600;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 600;
  --font-weight-code: 400;
  --radius-sm: 0px;
  --radius-md: 2px;
  --radius-lg: 4px;
  --radius-full: 9999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
}

