/* HTT · Rayo theme override for the clothing brand template
   Paste into WordPress → Appearance → Customize → Additional CSS
   (or Elementor → Site Settings → Custom CSS).
   It only re-points the template's design tokens; no layout changes. */
:root{
 --paper:#FBF5E3;--paper2:#F7ECD2;--paper3:#FAF1DC;--card:#FAF1DC;
 --brand:#8C3B22;--ink:#3E3222;--ink2:#6B5A44;--mute:#9A8A72;
 --line:#E8D9B8;--line2:#E4D3AE;--tan:#A87C3F;--gold:#C89B4B;--goldsoft:#F3E2B8;
 --green:#7FB07C;--green-d:#2F4A34;--greensoft:#E4EFDD;--band:#8BC34A;--star:#E0A33E;
 --peach:#C05B2E;--peach-d:#A84A22;
}
body{background:var(--paper)}
