/*! Green Circuit — 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:#edf7f0; --color-bg-alt:#d9eee0; --color-surface:#ffffff;
  --color-text:#234338; --color-heading:#0d3529; --color-muted:#668076;
  --color-primary:#0a8f66; --color-primary-hover:#076b4d;
  --color-accent:#c9f227; --color-border:#b9d5c4; --color-on-primary:#edf7f0;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:'Trebuchet MS', Arial, sans-serif; --font-body:'Segoe UI', Arial, sans-serif;
  --radius-sm:8.1px; --radius-md:18px; --radius-lg:28.8px;
  --shadow:0 18px 54px rgba(13,53,41,.12); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:radial-gradient(circle at 95% 5%, rgba(201,242,39,.3), transparent 22%), linear-gradient(30deg, transparent 48%, rgba(10,143,102,.06) 49%, transparent 50%);
}
