html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

/* A subtle film-strip inspired background pattern */
.hero-bg {
  background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 100%);
}

/* Perfume Section Specific Styles */
.perfume-bg {
  /* A deep slate background with a subtle golden radial glow coming from the center */
  background: radial-gradient(circle at center, #1e293b 0%, #0f172a 100%);
}
.gold-text-gradient {
  background: linear-gradient(to right, #fbbf24, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}