:root{
  /* Fonts */
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;

  /* Type scale */
  --fs-h1: clamp(1.75rem, 1.2rem + 2.2vw, 2.6rem);
  --fs-h2: clamp(1.35rem, 1.1rem + 1.2vw, 1.85rem);
  --fs-h3: 1.125rem;
  --fs-body: 1rem;
  --fs-small: 0.875rem;

  /* Line heights */
  --lh-tight: 1.15;
  --lh-snug: 1.25;
  --lh-normal: 1.55;

  /* Text widths */
  --measure-body: 70ch;
  --measure-heading: 38ch;

  /* Spacing scale */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  /* Layout */
  --container-max: 1200px;
  --container-pad: clamp(16px, 3.2vw, 28px);

  /* Section spacing */
  --section-pad-y: clamp(22px, 3.6vw, 56px);
  --main-pad-top: 18px;
  --main-pad-bottom: 34px;
}
