/* =========================================================
   BRAND THEME
   Change this block to recolor the site for another clinic.
   ========================================================= */
:root{
  --primary:#0d5c3a;
  --primary-rgb:13,92,58;
  --primary-hover:#0a4f33;
  --primary-dark:#083d29;
  --primary-dark-rgb:8,61,41;
  --primary-light:#e9f4ee;
  --primary-ultralight:#f4faf7;
  --primary-soft:#dfeee6;
  --primary-muted:#bfd3c8;
  --primary-text:#ffffff;
  --accent:#7dbe7a;

  --text:#17211c;
  --muted:#68736d;
  --line:#dfe7e2;
  --white:#fff;
  --shadow:0 18px 50px rgba(var(--primary-dark-rgb),.09);
  --radius:26px;
  --container:1240px;
}