/* Casales Consulting brand override for Envoy (Chatwoot v4) — extracted from nadiaknows.com.
   Remaps the Woot blue scale (--w-*) to a Casales emerald ramp so buttons, links,
   active states and accents render in Casales green. Loaded last in <head> so :root
   var re-declarations win. Belt-and-suspenders !important rules cover any compiled
   utility that hardcodes the primary shade. No behavioral change; asset-only. */
:root, .dark, [data-theme]{
  --w-25:#f3f8f4;  --w-50:#e7f2ec;  --w-75:#d8ebe0;  --w-100:#c6e3d2;
  --w-200:#9ccfb2; --w-300:#63b487; --w-400:#1f8a54;
  --w-500:#026836; --w-600:#025c30; --w-700:#014f29;
  --w-800:#013d20; --w-900:#012a16;
  --color-woot:#026836;
}
/* primary buttons / submit */
button[type="submit"], .button--primary, .button.primary, .woot-button:not(.clear):not(.smooth),
.bg-woot-500{ background-color:#026836 !important; border-color:#026836 !important; }
button[type="submit"]:hover, .button--primary:hover, .bg-woot-600{ background-color:#014f29 !important; }
/* links / accent text */
a.text-woot-500, .text-woot-500, .text-woot-600{ color:#026836 !important; }
/* focus ring / active nav accents that used blue */
.bg-woot-700{ background-color:#014f29 !important; }
