/*! Rose Letter — 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:#fff8f5; --color-bg-alt:#f8e9e7; --color-surface:#fffdfb;
  --color-text:#5d4248; --color-heading:#522c3a; --color-muted:#987981;
  --color-primary:#9b405d; --color-primary-hover:#782d46;
  --color-accent:#d6a86f; --color-border:#e7cfd2; --color-on-primary:#fff8f5;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:'Palatino Linotype', Georgia, serif; --font-body:'Trebuchet MS', Arial, sans-serif;
  --radius-sm:14.4px; --radius-md:32px; --radius-lg:51.2px;
  --shadow:0 20px 60px rgba(117,54,76,.13); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:radial-gradient(ellipse at 15% 0%, rgba(214,168,111,.18), transparent 28%), radial-gradient(ellipse at 88% 12%, rgba(155,64,93,.12), transparent 30%);
}
