/* Oakville Flawless Cosmetic. Loaded after app.css, overrides tokens only.

   Palette read off the client's own live site, not invented:
     #E6547F pink  --ofc-pink, the brand colour of the cluster page design system installed site wide on oakvilleflawlesscosmetic.ca
   Everything below is derived from those colours by mixing with black or white. */

:root {
  --primary:#C3476C; --primary-deep:#732A40; --primary-deeper:#451926; --primary-mid:#963753;
  --primary-soft:#E6547F; --primary-pale:#FDF1F5; --primary-line:#FAD9E3;
  --accent:#E6547F; --accent-deep:#AC3F5F;
  --ink-rgb:46 17 25; --shadow-rgb:69 25 38; --accent-rgb:230 84 127;
  --line-rgb:250 217 227; --focus-rgb:230 84 127;
  --admin-top:#220C13;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
