/* =========================================================
   RELOCA — DESIGN TOKENS
   Edit these variables to change the site's visual system.
   ========================================================= */
:root{
  --bg:#f4f2ed;
  --surface:#fff;
  --surface-2:#ebe8e1;
  --ink:#171717;
  --muted:#696761;
  --line:rgba(23,23,23,.12);
  --accent:#171717;
  --container:1240px;
  --gutter:32px;
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:12px;
  --shadow:0 20px 60px rgba(0,0,0,.08);
  --body:"DM Sans",Arial,sans-serif;
  --heading:"Manrope",Arial,sans-serif;
}
