/* GENERATED by build.mjs from demo-data.js — do not edit by hand. */
:root {
  --brand-h: 45;
  --brand-s: 10%;
  --accent-h: 79;
  --accent-s: 60%;
  --accent-l: 34%;
  --l-700: 13%;
  --radius: 0.25rem;
  --font-heading: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Lato', system-ui, sans-serif;
  --color-on-dark-subtle: hsl(var(--brand-h), var(--brand-s), calc(13% + 6%));
  --color-on-dark-hover:  hsl(var(--brand-h), var(--brand-s), calc(13% + 11%));
  --color-star: hsl(45, 100%, 64%);
}
