/* MaxilloVendôme. Loaded after app.css, overrides tokens only.

   Palette read off the client's own live site, not invented:
     #00A8E8 cyan   the MaxilloVendôme logo on maxillovendome.ca (the site CSS uses #01AFF7)
     #526371 slate  the other most used colour in the maxillovendome.ca stylesheet
   Everything below is derived from those colours by mixing with black or white. */

:root {
  --primary:#0079A6; --primary-deep:#005474; --primary-deeper:#003246; --primary-mid:#006D97;
  --primary-soft:#00A8E8; --primary-pale:#EBF8FD; --primary-line:#C7ECFA;
  --accent:#526371; --accent-deep:#3E4A55;
  --ink-rgb:0 34 46; --shadow-rgb:0 50 70; --accent-rgb:82 99 113;
  --line-rgb:199 236 250; --focus-rgb:0 168 232;
  --admin-top:#001923;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
