/* KWC Dental. Loaded after app.css, overrides tokens only.

   Palette read off the client's own live site, not invented:
     #24AAE1 blue     the KWC Dental logo, and the tertiary Elementor global colour on kwcdental.com
     #C92A45 crimson  the accent Elementor global colour on kwcdental.com
   Everything below is derived from those colours by mixing with black or white. */

:root {
  --primary:#1A79A1; --primary-deep:#125570; --primary-deeper:#0B3344; --primary-mid:#176E92;
  --primary-soft:#24AAE1; --primary-pale:#EDF8FD; --primary-line:#CFECF8;
  --accent:#C92A45; --accent-deep:#972034;
  --ink-rgb:7 34 45; --shadow-rgb:11 51 68; --accent-rgb:201 42 69;
  --line-rgb:207 236 248; --focus-rgb:36 170 225;
  --admin-top:#061A22;
  --brand:"Montserrat","Plus Jakarta Sans",-apple-system,sans-serif;
  --brand-weight:800;
}
