/* General */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.theme {
    font-family: 'Inter', sans-serif;
}

/* Shop */

.theme .woocommerce-loop-product__title {
    font-weight: 600;
    color: #000;
}

.theme .woocommerce-result-count {
    color: #000 !important;
}

.theme .price,
.theme .woocommerce-Price-amount {
    font-weight: 600;
    color: #404040;
}

/* Product View */

.theme .products h2, 
.theme .woocommerce-Tabs-panel--description h2,
.theme .woocommerce-Reviews-title,
.theme .entry-summary h1,
.theme .woocommerce-tabs ul li.active a {
    color: #000 !important;
}

.theme .woocommerce-Tabs-panel--description p,
.theme .woocommerce-noreviews,
.theme .woocommerce-review-link:hover,
.theme .posted_in a:hover {
    color: #404040;
}
