/* Generated from DESIGN.md — do not hand-edit. Re-export via:
 *   npx -y @google/design.md export --format dtcg DESIGN.md > assets/tokens.json
 *   node gen-tokens.mjs
 */
:root {
  --color-primary: #4a523b;
  --color-primary-bright: #c9d2b8;
  --color-secondary: #a8b29a;
  --color-walnut: #6e543c;
  --color-sand: #e9e0d0;
  --color-neutral: #26241f;
  --color-neutral-raised: #302d27;
  --color-surface: #f5f1e8;
  --color-surface-raised: #ffffff;
  --color-on-surface: #26241f;
  --color-on-surface-muted: #6b675c;
  --color-on-ink: #f3efe6;
  --color-on-ink-muted: #bab5a8;
  --font-display-xl: 'Cormorant Garamond', Georgia, serif;
  --size-display-xl: 4.5rem;
  --weight-display-xl: 500;
  --tracking-display-xl: -0.01em;
  --font-headline-lg: 'Cormorant Garamond', Georgia, serif;
  --size-headline-lg: 2.75rem;
  --weight-headline-lg: 500;
  --font-headline-md: 'Cormorant Garamond', Georgia, serif;
  --size-headline-md: 1.75rem;
  --weight-headline-md: 500;
  --font-label-sm: 'Jost', 'Avenir Next', sans-serif;
  --size-label-sm: 0.8125rem;
  --weight-label-sm: 500;
  --tracking-label-sm: 0.22em;
  --font-body-lg: 'Jost', 'Avenir Next', sans-serif;
  --size-body-lg: 1.1875rem;
  --weight-body-lg: 300;
  --font-body-md: 'Jost', 'Avenir Next', sans-serif;
  --size-body-md: 1.0625rem;
  --weight-body-md: 400;
  --rounded-none: 0px;
  --rounded-sm: 4px;
  --rounded-full: 999px;
  --space-gutter: 1.5rem;
  --space-section-sm: 5rem;
  --space-section: 8rem;
  --space-measure: 38rem;
}
