/* MID – Minimally Invasive Dentistry Clinic brand palette (agreement §2).
   Primary structural color: Yale Blue. Premium accent: Gold. */
* {
  --primary-color: #0F4C81;        /* Yale Blue — nav, headers, primary buttons, links */
  --primary-color-rgb: 15, 76, 129;
  --secondary-color: #C9A84C;      /* Primary Gold — CTAs, heading accents, hover states */
  --secondary-color-rgb: 201, 168, 76;

  /* Supporting brand tokens */
  --sky-blue-tint: #C5D8F0;        /* table borders, hover backgrounds, card borders */
  --lemon-chiffon: #FFFACD;        /* card backgrounds, service tiles, highlights */
  --pale-gold: #FFE9A0;            /* table row alternates, subtle tints */
  --deep-gold: #A07830;            /* gold borders, bold accent lines, active states */
  --gold-divider: #D4B870;         /* horizontal rules, card dividers, separators */
  --navy-text: #1C2B3A;            /* body text, headings, primary content */
  --muted-blue-gray: #4A6080;      /* secondary text, captions, meta */
}
