/* resortlox.com — teal & amber gaming resort palette */
:root {
  --primary: 174 62% 38%;
  --accent: 38 92% 55%;
  --hero-overlay: linear-gradient(
    180deg,
    hsla(185, 45%, 6%, 0.88) 0%,
    hsla(174, 62%, 22%, 0.5) 55%,
    hsla(38, 70%, 18%, 0.35) 100%
  );
}

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

.site-logo {
  height: 2.5rem;
  width: auto;
  border-radius: 0.5rem;
}
