/* GENERATED by build.mjs from demo-data.js — do not edit by hand. */
:root {
  --brand-h: 26;
  --brand-s: 12%;
  --accent-h: 162;
  --accent-s: 14%;
  --accent-l: 40%;
  --l-700: 20%;
  --radius: 0.5rem;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
  --color-on-dark-subtle: hsl(var(--brand-h), var(--brand-s), calc(20% + 6%));
  --color-on-dark-hover:  hsl(var(--brand-h), var(--brand-s), calc(20% + 11%));
  --color-star: hsl(40, 100%, 64%);
}
