/*! Quiet Form — 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:#f4f2ec; --color-bg-alt:#e8e5dd; --color-surface:#ffffff;
  --color-text:#333333; --color-heading:#111111; --color-muted:#70706c;
  --color-primary:#171717; --color-primary-hover:#484848;
  --color-accent:#c8ff3d; --color-border:#cbc8bf; --color-on-primary:#f4f2ec;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:Georgia, 'Times New Roman', serif; --font-body:Arial, Helvetica, sans-serif;
  --radius-sm:0px; --radius-md:0px; --radius-lg:0px;
  --shadow:0 1px 0 rgba(0,0,0,.16); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:linear-gradient(90deg, transparent 49.8%, rgba(0,0,0,.045) 50%, transparent 50.2%);
}
