/*! Pixel Picnic — a Ventus template (ventus.works)
 *  Free license: keep the Ventus badge visible. That's the whole deal.
 *  Want it badge-free? Commercial license: shop.ventus.works
 */
:root {
  --color-bg:#fff8d8; --color-bg-alt:#bdf4ea; --color-surface:#ffffff;
  --color-text:#302758; --color-heading:#20164f; --color-muted:#6c628d;
  --color-primary:#5b3df5; --color-primary-hover:#3f26c9;
  --color-accent:#ff5f7a; --color-border:#302758; --color-on-primary:#fff8d8;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:'Arial Black', Impact, sans-serif; --font-body:Verdana, Arial, sans-serif;
  --radius-sm:6.3px; --radius-md:14px; --radius-lg:22.4px;
  --shadow:7px 7px 0 #302758; --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:radial-gradient(circle, rgba(91,61,245,.14) 2px, transparent 2px);
}
