/* GENERATED by build.mjs from demo-data.js — do not edit by hand. */
:root {
  --brand-h: 212;
  --brand-s: 45%;
  --accent-h: 200;
  --accent-s: 70%;
  --accent-l: 38%;
  --l-700: 18%;
  --radius: 0.375rem;
  --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(18% + 6%));
  --color-on-dark-hover:  hsl(var(--brand-h), var(--brand-s), calc(18% + 11%));
  --color-star: hsl(40, 100%, 64%);
}
