/* Auren Wellness. Loaded after app.css, overrides tokens only.

   Palette read off the client's own live site, not invented:
     #3E2946 plum  the most used colour in the aurenwellness.ca stylesheet
     #C9A55A gold  the second most used colour on the same site
   Everything below is derived from those colours by mixing with black or white. */

:root {
  --primary:#3E2946; --primary-deep:#3E2946; --primary-deeper:#2B1D31; --primary-mid:#5B4962;
  --primary-soft:#827487; --primary-pale:#F0EEF0; --primary-line:#D5D0D6;
  --accent:#C9A55A; --accent-deep:#977C44;
  --ink-rgb:12 8 14; --shadow-rgb:43 29 49; --accent-rgb:201 165 90;
  --line-rgb:213 208 214; --focus-rgb:130 116 135;
  --admin-top:#160E18;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
