/* Dr. Manjula's clinics. Loaded after app.css, overrides tokens only.

   Three clinics with three different site palettes, so no single client colour applies.
   House palette, MINA navy #00155D and sky #71B6FF, the same tokens as the
   test clinic. No client mark is used, so the masthead sets the client name as
   a wordmark in the brand font. */

:root {
  --primary:#102A78; --primary-deep:#00155D; --primary-deeper:#000C33; --primary-mid:#102A78;
  --primary-soft:#71B6FF; --primary-pale:#EAF3FF; --primary-line:#C7DEFB;
  --accent:#71B6FF; --accent-deep:#3F8FE8;
  --ink-rgb:11 27 61; --shadow-rgb:0 21 93; --accent-rgb:113 182 255;
  --line-rgb:199 222 251; --focus-rgb:113 182 255;
  --admin-top:#00081F;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
