/* ============================================================================
   SlotSaver — accent + font override ONLY.
   Booking Blue. Composes with /shared/tokens.css + /shared/atlas.css.
   ============================================================================ */
:root {
  --font-product-display: "Space Grotesk";
  --font-product-body: "Inter";
}

:root, [data-theme="light"] {
  --accent:          #1d6fe0;
  --accent-rgb:      29 111 224;
  --accent-hover:    #175abf;
  --accent-soft:     #eaf3fe;
  --accent-text:     #175abf;
  --accent-contrast: #ffffff;
}

[data-theme="dark"] {
  --accent:          #5fa8ff;
  --accent-rgb:      95 168 255;
  --accent-hover:    #8ac2ff;
  --accent-soft:     #0a1b33;
  --accent-text:     #8ac2ff;
  --accent-contrast: #06121f;
}
