:root {
  --accent: #b8320a;
  --accent-strong: #7f2608;
  --accent-soft: #f6e5dd;
  --accent-softer: #fcf7f4;
  --ink: #211712;
  --text: #352923;
  --muted: #5f544f;
  --line: #e9e1dc;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-warm: #f8f2ed;
  --on-accent: #ffffff;

  --color-brand: var(--accent);
  --color-brand-dark: var(--accent-strong);
  --color-brand-soft: #d88155;
  --color-ink: var(--ink);
  --color-text: var(--text);
  --color-muted: var(--muted);
  --color-line: var(--line);
  --color-bg: var(--bg);
  --color-surface: var(--surface);
  --color-surface-warm: var(--surface-warm);
  --color-on-brand: var(--on-accent);

  --font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fs-2xs: 0.6875rem;
  --fs-xs:  0.75rem;
  --fs-small: 0.875rem;
  --fs-body:  1.0625rem;
  --fs-md:    1.0625rem;
  --fs-lead:  1.2rem;
  --fs-h3:    1.25rem;
  --fs-h2:    1.875rem;
  --fs-h1:    2.5rem;
  --fs-display: 3.25rem;

  --fs-sm: var(--fs-small);
  --fs-base: var(--fs-body);
  --fs-lg: var(--fs-lead);
  --fs-xl: var(--fs-h3);
  --fs-2xl: var(--fs-h2);
  --fs-3xl: var(--fs-h1);
  --fs-4xl: var(--fs-display);

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

  --lh-tight: 1.1;
  --lh-snug: 1.3;
  --lh-normal: 1.55;
  --lh-relaxed: 1.7;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --space-9: 8rem;

  --radius-sm: 0.375rem;
  --radius: 0.75rem;
  --radius-lg: 1.25rem;
  --radius-pill: 999px;

  --shadow-xs: 0 1px 2px rgba(33, 23, 18, 0.05);
  --shadow-sm: 0 1px 3px rgba(33, 23, 18, 0.06), 0 4px 12px rgba(33, 23, 18, 0.04);
  --shadow-md: 0 4px 16px rgba(33, 23, 18, 0.08);
  --shadow-lg: 0 12px 36px rgba(33, 23, 18, 0.1);

  --container: 1120px;
  --measure: 64ch;
  --transition: 160ms ease;
  --transition-slow: 280ms ease;
  --z-nav: 20;
}
