
/* Apply a custom font to the button with the ID 'loop-btn-default-subscription' */
#loop-btn-default-subscription {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: normal; /* Optional: Change the font weight if needed */
}

/* Alternatively, if you want to apply the font to all buttons with the 'loop-btn' class */
.loop-btn {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: bold; /* Optional: Make the text bold */
}

.loop-h2 {
  font-size: 1.5em;
         }

.loop-bundle-title {
  font-family: "freight-display-pro", serif;
  font-size: 2.4rem;
  font-weight: 300;
  padding-bottom: 1rem;

}

.loop-category-list-container {
  background-color: transparent;
}

div.loop-product-title {
  font-weight: bold !important;
}

.loop-bundle-image-container {
  width: 100%;
  height: 10rem;
}
p {
  line-height: 130%;
}