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

  --color-surface-body: #f6f3ec;
  --color-surface-subtle: #efeae0;
  --color-surface-contrast: #1a1814;
  --color-ink: #161412;
  --color-ink-muted: #5c574e;
  --color-ink-on-contrast: #f4efe6;
  --color-ink-muted-on-contrast: #c2a990;
  --color-border: #ddd6ca;
  --color-border-on-contrast: #3a342c;
  --color-action: #b8411c;
  --color-action-hover: #9a3617;
  --color-focus: #b8411c;
  --color-on-action: #fff7f2;
  --color-danger: #DC2626;
  --color-danger-bg: #FEF2F2;
  --color-success: #16A34A;
  --color-success-bg: #F0FDF4;
  --color-warning: #D97706;
  --color-warning-bg: #FFFBEB;

  --font-text: Inter, ui-sans-serif, system-ui, sans-serif;
  --font-title: Cardo, 'Iowan Old Style', Palatino, serif;
  --font-display: Cardo, 'Iowan Old Style', Palatino, serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, 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.8125rem;
  --text-sm-leading: 1.6;
  --text-sm-tracking: 0.04em;
  --text-md-size: 1.05rem;
  --text-md-leading: 1.6;
  --text-md-tracking: 0;
  --text-lg-size: clamp(1.12rem, 1.4vw, 1.32rem);
  --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.8125rem;
  --title-2xs-leading: 1.3;
  --title-2xs-tracking: 0.08em;
  --title-xs-size: 1.25rem;
  --title-xs-leading: 1.3;
  --title-xs-tracking: -0.01em;
  --title-sm-size: 1.5rem;
  --title-sm-leading: 1.3;
  --title-sm-tracking: -0.015em;
  --title-md-size: clamp(1.2rem, 1.4vw, 1.5rem);
  --title-md-leading: 1.3;
  --title-md-tracking: -0.02em;
  --title-lg-size: clamp(1.75rem, 2.4vw, 2.5rem);
  --title-lg-leading: 1.15;
  --title-lg-tracking: -0.02em;
  --title-xl-size: clamp(2.25rem, 4vw, 3.75rem);
  --title-xl-leading: 1.15;
  --title-xl-tracking: -0.02em;
  --title-display-size: clamp(2.75rem, 6vw, 5.15rem);
  --title-display-leading: 1.1;
  --title-display-tracking: -0.02em;

  --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.33rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.5rem;
  --radius-full: 9999px;

  --border-width: 1px;

  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.10), 0 2px 4px -2px rgb(0 0 0 / 0.10);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.10), 0 4px 6px -4px rgb(0 0 0 / 0.10);

  --layout-max: 72rem;
  --layout-wide: 40rem;
  --layout-content: 40rem;
  --layout-section-inline: 1.5rem;
  --layout-section-block: clamp(2.5rem, 6vw, 6.5rem);

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