/* Aukai brand theme for CookieConsent v3. Overrides the key --cc-* variables
   toward the privacy-page tokens so the modal reads as ours, not a default
   widget. Loaded after cookieconsent.css. Public Sans is the UI face (matching
   the privacy page and the room banner); it is supplied by the self-hosted
   @font-face in assets/fonts/fonts.css, so there is no Google Fonts request. */

#cc-main {
  /* type */
  --cc-font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* surfaces and text */
  --cc-bg: #fff;
  --cc-primary-color: #18223b;    /* ink: titles and base text */
  --cc-secondary-color: #2b3346;  /* body: descriptions */
  --cc-separator-border-color: #e7e8ec;

  /* links */
  --cc-link-color: #a87d3e;

  /* primary button: gold (darkened to keep white label >= WCAG AA contrast) */
  --cc-btn-primary-bg: #8d6c3b;
  --cc-btn-primary-border-color: #8d6c3b;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-hover-bg: #7d5f34;
  --cc-btn-primary-hover-border-color: #7d5f34;
  --cc-btn-primary-hover-color: #fff;

  /* secondary button: light neutral, ink text */
  --cc-btn-secondary-bg: #f3f2ee;
  --cc-btn-secondary-border-color: #e7e8ec;
  --cc-btn-secondary-color: #18223b;
  --cc-btn-secondary-hover-bg: #e7e8ec;
  --cc-btn-secondary-hover-border-color: #dcdde2;
  --cc-btn-secondary-hover-color: #18223b;

  /* toggles */
  --cc-toggle-on-bg: #a87d3e;
  --cc-toggle-off-bg: #c4c7cf;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: #fff;
  --cc-toggle-readonly-bg: #e7e8ec;
  --cc-toggle-readonly-knob-bg: #fff;

  /* category blocks in the preferences modal */
  --cc-cookie-category-block-bg: #f7f6f3;
  --cc-cookie-category-block-hover-bg: #f1efe9;
}
