/* CSS custom styles for Capital Harbour static export */
html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
}

body {
  background-color: #020617;
}

h1, h2, h3, .font-serif {
  font-family: 'Playfair Display', Georgia, serif;
}

/* Custom transitions and scroll headers */
.header-scrolled {
  background-color: rgba(2, 6, 23, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(234, 179, 8, 0.15);
}

img {
  filter: saturate(0.9);
}
