/* ============================================================
   ROOT.CSS — global tokens shared by EVERY page on the site
   (index/home page, contact.html, registration-form.php,
   view-mri-leads.php admin dashboard)

   This file must be linked FIRST, before any page-specific CSS,
   on every page. It only contains values that are identical
   across all pages today — nothing page-specific lives here.
   ============================================================ */

:root{
  --gold:#e1b54c;
  --cyan:#e1b54c;
  --gold-deep:#8a6a1f;
  --text:#1a1712;
  --muted:#6b6355;
  --glass:rgba(0,0,0,0.035);
  --glass-border:rgba(0,0,0,0.10);
  --card-bg:linear-gradient(135deg,#faf8f2,#f2ede0);
  --bg:#ffffff;
}

/* Universal box-model reset used by every page */
*{
  box-sizing:border-box;
}
