/* ==========================================================================
   instantsearch-site.css
   Client-specific theme: Credit Union of Denver.

   This is the ONLY file a new client needs to replace to get their own
   branding — load it BEFORE instantsearch-common.css. Every variable below is
   required; instantsearch-common.css references all of them.
   ========================================================================== */

:root {
  --forest: #1c5a44;       /* primary brand green — headings, buttons, links */
  --forest-dark: #133f30;  /* hover/active state */
  --sage: #5a9c8c;         /* secondary brand green, used sparingly for accents */
  --navy: #13223b;         /* Join Us / secondary dark accent */
  --marigold: #f2a53d;     /* Apply Now orange — used as the "pop" accent */
  --ink: #1c1c1c;
  --ink-soft: #0e2f4a;
  --line: #dfe6e2;
  --surface: #ffffff;
  --bg: #ffffff;
  --on-backdrop: #ffffff;  /* text on the host modal's dark --forest backdrop */
  --accent: var(--forest);
  --accent-soft: #e7f0ec;
  --radius: 10px;
}
