/* Brand override for the vendored Silktide consent manager - keep separate from
   silktide-consent-manager.css so upstream updates to that file don't clobber this. */
body #silktide-wrapper {
  --fontFamily: Inter, Helvetica Neue, Segoe UI, Arial, sans-serif;
  --primaryColor: #2E8B57;
  --backgroundColor: #141414;
  --textColor: #F4EAD5;
  --cookieIconColor: #2E8B57;
  --cookieIconBackgroundColor: #141414;
}

/* The library colors actual <a> links the same as buttons (--primaryColor).
   Brand wants buttons green but hyperlinks off-white, so split them here. */
body #silktide-banner a,
body #silktide-modal a {
  color: var(--textColor);
}

body #silktide-banner a:hover,
body #silktide-modal a:hover {
  color: var(--primaryColor);
}
