/* Hip and Knee Surgical Clinic. Loaded after app.css, overrides tokens only.

   The site has no distinct brand colour in its CSS (Bootstrap blue and white), so the house palette is used.
   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;
}
