/* Direct Admission Guide (DAG) — theme overrides */
/* Base gold + navy palette to differentiate from Edu360 */

:root {
  --navy: #0F2942;
  --blue: #2d5a50; /* Deep green-blue instead of Edu360's bright blue */
  --blue-dark: #1a3a30; /* Darker shade for gradient depth */
  --teal: #c9a227; /* Gold instead of teal — this client's on-brand color */
  --coral: #d4af37; /* Lighter gold for accents */
  --amber: #c9a227; /* Gold for ratings/highlights */
}
