/* ============================ TOKENS (LIGHT · Sand & Bronze) ============================
   Jan-Marble luxury palette + type + radii/shadows/ease.
   These are CSS custom properties only — they change nothing on their own; they take
   effect only where a rule references them. Loaded site-wide (see functions.php). */
:root{
  --bg:#f3ede1; --bg-2:#efe6d6; --surface:#fffefb; --surface-2:#f7f0e2;
  --ink:#2a2418; --ink-2:#5a5140; --muted:#8c7f66;
  --gold:#9c7433; --gold-2:#b28a49; --gold-deep:#78571f;
  --accent:#9c7433; --accent-soft:#f0e6d1;
  --line:rgba(156,116,51,.24); --line-2:rgba(42,36,24,.1);
  --sans:'Rubik',system-ui,sans-serif;
  --body:'Heebo',system-ui,sans-serif;
  --serif:'Frank Ruhl Libre',Georgia,serif;
  --r:14px; --r-lg:22px;
  --shadow:0 14px 40px rgba(84,64,28,.14);
  --shadow-lg:0 32px 80px rgba(84,64,28,.2);
  --glow:0 0 0 1px rgba(156,116,51,.28),0 18px 60px rgba(156,116,51,.16);
  --max:1280px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
