/* Viva Care Telehealth. Loaded after app.css, overrides tokens only.

   Palette read off the client's own live site, not invented:
     #3695EB blue  the most used colour in the vivacare.ca stylesheet
     #C01030 red   the Viva Care logo on vivacare.ca
   Everything below is derived from those colours by mixing with black or white. */

:root {
  --primary:#2A74B7; --primary-deep:#1B4A76; --primary-deeper:#102D46; --primary-mid:#236199;
  --primary-soft:#3695EB; --primary-pale:#EFF7FD; --primary-line:#D3E8FB;
  --accent:#C01030; --accent-deep:#900C24;
  --ink-rgb:11 30 47; --shadow-rgb:16 45 70; --accent-rgb:192 16 48;
  --line-rgb:211 232 251; --focus-rgb:54 149 235;
  --admin-top:#081623;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
