/* PathPal CSS Reset */
.template-product-custom-pathpal *:not(.pathpal-hero-section *) {
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.5;
}

.template-product-custom-pathpal h1,
.template-product-custom-pathpal h2,
.template-product-custom-pathpal h3,
.template-product-custom-pathpal h4,
.template-product-custom-pathpal h5,
.template-product-custom-pathpal h6,
.template-product-custom-pathpal p,
.template-product-custom-pathpal span,
.template-product-custom-pathpal div {
  font-family: 'Inter', sans-serif;
}