:root {
  --wave-font-display: "Congenial", Georgia, serif;
  --wave-font-body: "Montserrat", Arial, sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: var(--wave-font-body);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--wave-font-display);
  font-weight: 500;
  letter-spacing: 0;
}

.woocommerce div.product .product_title {
  font-family: var(--wave-font-display);
  font-weight: 500 !important;
  letter-spacing: 0;
}

.product-title-loop,
.card .woocommerce-loop-product__title,
.wave-home-product-card__title,
.mobile-menu .nav-link {
  font-family: var(--wave-font-body);
  letter-spacing: 0;
}

.miptech-widget-container,
#miptech-welcome-bubble,
.miptech-widget-container :is(h1, h2, h3, h4, h5, h6),
#miptech-welcome-bubble :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--wave-font-body) !important;
  letter-spacing: 0;
}
