/* Keywits brand override for the public site — loaded after main.css so
   these CSS custom properties win the cascade. The BizLand template this
   site is built on already routes ~90% of its accent styling through these
   variables, so this alone re-themes buttons/links/nav/highlights. */
:root {
  --accent-color: #0e6e68;
  --nav-hover-color: #0e6e68;
  --nav-dropdown-hover-color: #0e6e68;
}
