@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&display=swap");

/* One refined price treatment for every makeup service and language. */
.hero .price,
.hero .price *,
.page-hero .price-row,
.page-hero .price-tag,
.page-hero .price-tag * {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  font-synthesis: none !important;
  font-style: normal !important;
  letter-spacing: -.015em !important;
  text-transform: none !important;
}

.hero .price,
.page-hero .price-row,
.page-hero .price-tag {
  margin-top: 4px !important;
  padding: 0 !important;
  border: 0 !important;
}

@media (max-width: 960px) {
  .hero .price,
  .hero .price *,
  .page-hero .price-row,
  .page-hero .price-tag,
  .page-hero .price-tag * {
    font-size: 36px !important;
    font-weight: 400 !important;
  }
}
