/* Base typography with Google Fonts enabled
============================================= */

body,
.item-price .recurring {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
.btn,
.button,
.added-to-cart,
.wc-forward,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.woocommerce-page .select2-container .select2-selection,
.product_list_widget .product-title,
.widget_shopping_cart .mini_cart_item > a:last-of-type,
.item-title,
.item-price,
.hero-title,
.navigation a,
.mobile-trigger,
.section-title,
.map-toggle,
#paging a,
#paging > span,
#paging li span,
.woocommerce-pagination a,
.woocommerce-pagination > span,
.woocommerce-pagination li span {
  font-family: "Montserrat", sans-serif;
}