/* loorhotel.com — distinct accent from sibling sites */
:root {
  --primary: 292 75% 55%;
  --accent: 187 92% 48%;
  --hero-overlay: linear-gradient(
    180deg,
    hsla(280, 35%, 5%, 0.85) 0%,
    hsla(292, 75%, 28%, 0.55) 100%
  );
}

.site-brand .brand-accent {
  color: hsl(var(--accent));
}
