/* 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 on both the front door and the room.
   Public Sans is the UI face (matching the privacy page), pulled the same way
   the rest of the app loads its webfonts. */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600&display=swap');

#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 */
  --cc-btn-primary-bg: #a87d3e;
  --cc-btn-primary-border-color: #a87d3e;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-hover-bg: #946d35;
  --cc-btn-primary-hover-border-color: #946d35;
  --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;
}
