/* ==========================================
   TYPOGRAPHY
   ========================================== */

h1,
h2,
h3 {
  color: rgb(238, 168, 255);
}

h1,
h2,
.prix {
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: 2px;
}

.prix {
  color: rgba(255, 215, 0);
  font-size: clamp(1.5rem, 4vw, 3rem);
  margin: 10px 0;
}
