/* GENERATED by build.mjs from demo-data.js — do not edit by hand. */
:root {
  --brand-h: 350;
  --brand-s: 8%;
  --accent-h: 350;
  --accent-s: 38%;
  --accent-l: 60%;
  --l-700: 12%;
  --radius: 0.25rem;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Raleway', system-ui, -apple-system, sans-serif;
  --color-on-dark-subtle: hsl(var(--brand-h), var(--brand-s), calc(12% + 6%));
  --color-on-dark-hover:  hsl(var(--brand-h), var(--brand-s), calc(12% + 11%));
  --color-star: hsl(40, 100%, 64%);
}
