/* Maxillo 3 Lacs. Loaded after app.css, overrides tokens only.

   Palette read off the client's own live site, not invented:
     #2D61AE blue  the most used brand colour in the maxillo3lacs.com stylesheet
   Everything below is derived from those colours by mixing with black or white. */

:root {
  --primary:#2D61AE; --primary-deep:#163057; --primary-deeper:#0E1D34; --primary-mid:#1D3F71;
  --primary-soft:#7698CA; --primary-pale:#EEF2F9; --primary-line:#D1DCED;
  --accent:#7698CA; --accent-deep:#587298;
  --ink-rgb:9 19 35; --shadow-rgb:14 29 52; --accent-rgb:118 152 202;
  --line-rgb:209 220 237; --focus-rgb:118 152 202;
  --admin-top:#070E1A;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
