/* Add custom CSS styles below */ /* 🎀 Main baby pink font styling */
h1, h2, h3, h4, h5, h6,
a, .product-name, .page-title, .section-title, .menu-link, .nav-link {
  color: #f4b6c4 !important;
}

.product-price, .price, .currency {
  color: #f4b6c4 !important;
}

a:hover, .menu-link:hover, .nav-link:hover {
  color: #f4b6c4 !important;
}
* {
  font-family: inherit;
}

.header .store-slogan,
.header-slogan,
.store-header__slogan,
.store-info__slogan,
.header .header-slogan,
.logo-slogan,
.store-logo__slogan {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0px !important;
  font-size: 0px !important;
}