/* GENERATED by generate_tokens.py from brand.yaml. DO NOT EDIT BY HAND.
   Brand: Civic Steps | register: service | mode: light | zero LLM tokens.
   Re-run `python3 generate_tokens.py` after editing brand.yaml. */
:root {
  /* composition register */
  --composition-register: service;

  /* rhythm */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-7: 56px;
  --space-8: 64px;

  /* layout and emphasis */
  --content-max: 1120px;
  --page-margin: clamp(24px, 6vw, 96px);
  --margin-tight: clamp(16px, 3vw, 68px);
  --asymmetry-offset: clamp(0px, 5vw, 48px);
  --grid-columns: 12;
  --dominant-fr: 1.72fr;
  --support-fr: 1fr;
  --dominant-min: 509.93px;
  --support-min: 296.47px;
  --emphasis-scale: 1.35;
  --hero-scale: 1.82;

  /* color roles */
  --color-bg: ;
  --color-surface: ;
  --color-ink: ;
  --color-muted: ;
  --color-field: ;
  --color-accent: ;

  /* font stack */
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
