/* NP Dental Clinic brand palette — overrides Dentia's default scheme-01.
   Swap the <link id="colors"> back to scheme-01.css to restore Dentia blue. */
* {
  --primary-color: #c8a96e;
  --primary-color-rgb: 200, 169, 110;
  --secondary-color: #1f6f6b;
  --secondary-color-rgb: 31, 111, 107;
}
