/* GENERATED by build.mjs from demo-data.js — do not edit by hand. */
:root {
  --brand-h: 193;
  --brand-s: 30%;
  --accent-h: 193;
  --accent-s: 48%;
  --accent-l: 36%;
  --l-700: 16%;
  --radius: 0.5rem;
  --font-heading: 'Mate', Georgia, serif;
  --font-body: 'Albert Sans', system-ui, sans-serif;
  --color-on-dark-subtle: hsl(var(--brand-h), var(--brand-s), calc(16% + 6%));
  --color-on-dark-hover:  hsl(var(--brand-h), var(--brand-s), calc(16% + 11%));
  --color-star: hsl(40, 100%, 64%);
}
