/* MINA Test Clinic. Loaded after app.css, overrides tokens only.

   MINA house style, navy #00155D and sky #71B6FF. The clinic has no logo, so
   the masthead sets its 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;
}
