/*! Hard Copy — 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:#efefea; --color-bg-alt:#d8d8d1; --color-surface:#ffffff;
  --color-text:#151515; --color-heading:#000000; --color-muted:#555555;
  --color-primary:#ff3d00; --color-primary-hover:#d63200;
  --color-accent:#c8ff00; --color-border:#000000; --color-on-primary:#efefea;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:'Arial Black', Impact, sans-serif; --font-body:Arial, Helvetica, sans-serif;
  --radius-sm:0px; --radius-md:0px; --radius-lg:0px;
  --shadow:10px 10px 0 #000000; --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:repeating-linear-gradient(135deg, transparent 0 18px, rgba(0,0,0,.045) 18px 20px);
}
