/* ================================================= */
/* GLOBAL TYPOGRAPHY */
/* ================================================= */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.archive h1,
.archive h2,
.archive h3,
.archive .entry-title,
.archive .post-title{
font-family:var(--heading-font-family)!important;
}

.single-product .product-seo-wrapper,
.single-product .product-seo-wrapper *{
font-family:var(--body-font-family)!important;
}

/* ================================================= */
/* WOOCOMMERCE BUTTONS */
/* ================================================= */

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button{

font-family:var(--body-font-family)!important;
text-transform:uppercase!important;
font-weight:600!important;
letter-spacing:.05em;
transition:.2s;

}

.woocommerce .button:hover{
transform:translateY(-1px);
box-shadow:0 6px 14px rgba(0,0,0,.15);
}

/* ================================================= */
/* META */
/* ================================================= */

.product_meta{
font-size:13px;
color:#777;
margin-top:10px;
}