@font-face {
  font-family: "Magnifika";
  src: url("/fonts/Magnifika.woff2") format("woff2"),
    url("/fonts/Magnifika.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* HeroSection.css */
.hero-container {
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 15, 42, 0.2); /* optional dimming layer */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 2rem;
}

.hero-title {
  font-family: "Old English Five", sans-serif;
  font-size: 4rem;
  color: yellow;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-subtitle {
  font-family: "Magnifika", serif;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

.hero-product-title {
  font-family: "Magnifika", serif;
  font-size: 2.25rem;
  color: #155157;
  margin-top: 0.5rem;
}

.hero-announce-title {
  font-family: "Magnifika", serif;
  font-size: 4 rem;
  margin-top: 0.5rem;
  color: #5dc9a5;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-btn {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
}
