/**
 * Site design tokens — generated from tokens.json
 * Do not edit. Regenerate via update-tokens.
 */
:root {

  --color-surface-body: #F4F7F3;
  --color-surface-subtle: #E3EBE2;
  --color-surface-contrast: #132016;
  --color-ink: #132016;
  --color-ink-muted: #3D4B40;
  --color-ink-on-contrast: #F4F7F3;
  --color-ink-muted-on-contrast: #C5D0C4;
  --color-border: #5C6E5C;
  --color-border-on-contrast: #6A7E6C;
  --color-action: #1B6B32;
  --color-action-hover: #145A29;
  --color-focus: #1B6B32;
  --color-on-action: #F4F7F3;
  --color-danger: #B91C1C;
  --color-danger-bg: #FEF2F2;
  --color-success: #166534;
  --color-success-bg: #E8F5E9;
  --color-warning: #B45309;
  --color-warning-bg: #FFFBEB;

  --font-text: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  --font-title: Sora, ui-sans-serif, system-ui, sans-serif;
  --font-display: Sora, ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'Cascadia Code', Menlo, monospace;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  --tracking-tight: -0.02em;
  --tracking-none: 0;
  --tracking-wide: 0.1em;
  --tracking-wider: 0.2em;

  --text-xs-size: 0.75rem;
  --text-xs-leading: 1.6;
  --text-xs-tracking: 0;
  --text-sm-size: 0.875rem;
  --text-sm-leading: 1.6;
  --text-sm-tracking: 0;
  --text-md-size: 1rem;
  --text-md-leading: 1.6;
  --text-md-tracking: 0;
  --text-lg-size: 1.125rem;
  --text-lg-leading: 1.6;
  --text-lg-tracking: 0;
  --text-xl-size: 1.25rem;
  --text-xl-leading: 1.5;
  --text-xl-tracking: 0;

  --title-2xs-size: 0.75rem;
  --title-2xs-leading: 1.4;
  --title-2xs-tracking: 0.1em;
  --title-xs-size: 1.25rem;
  --title-xs-leading: 1.4;
  --title-xs-tracking: -0.01em;
  --title-sm-size: 1.5rem;
  --title-sm-leading: 1.33;
  --title-sm-tracking: -0.015em;
  --title-md-size: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --title-md-leading: 1.2;
  --title-md-tracking: -0.02em;
  --title-lg-size: clamp(1.875rem, 1.5rem + 1.8vw, 2.25rem);
  --title-lg-leading: 1.15;
  --title-lg-tracking: -0.025em;
  --title-xl-size: clamp(2.25rem, 1.6rem + 3.2vw, 3rem);
  --title-xl-leading: 1.1;
  --title-xl-tracking: -0.03em;
  --title-display-size: clamp(2.75rem, 1.8rem + 4.8vw, 3.75rem);
  --title-display-leading: 1;
  --title-display-tracking: -0.035em;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  --radius-none: 0;
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --radius-full: 9999px;

  --border-width: 1px;

  --shadow-sm: 0 1px 2px 0 rgb(19 32 22 / 0.06);
  --shadow-md: 0 8px 20px -8px rgb(19 32 22 / 0.12);
  --shadow-lg: 0 18px 40px -16px rgb(19 32 22 / 0.18);

  --layout-max: 72rem;
  --layout-wide: 56rem;
  --layout-content: 65ch;
  --layout-section-inline: clamp(1.5rem, 4vw, 3rem);
  --layout-section-block: clamp(4rem, 8vw, 7rem);

  --breakpoint-sm: 40rem;
  --breakpoint-md: 64rem;
  --breakpoint-lg: 80rem;

  --duration-fast: 150ms;
  --duration-base: 250ms;
  --duration-slow: 400ms;

  --curve-standard: cubic-bezier(0.2, 0, 0, 1);
  --curve-entrance: cubic-bezier(0, 0, 0, 1);
}
