#fw-section-header {

.header__logo a span {
  display: none;
}
.header__logo a::after {
  content: "Saltine";
  font-family: YOUR_FONT_HERE; /* paste the font-family value you see */
  font-weight: inherit;
  font-size: inherit;
}
}
#fw-section-product-product-default {
--font-heading-scale: 0.78;
--font-body-scale: 0.93;
}
#fw-section-product-product-default {

/* Try these common Fourthwall price selectors first */
.product-price,
.ProductDetails-price,
[class*="price"] {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}
}