/* Utility classes */
.container-fluid {
  max-width: 95%;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Button styles moved to components/buttons.css */