/* import Golos Text from Google */
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/* style font weight and uppercase */
.categories-navbar .category-title,
.navigation-menu .show-all-panel .content .category-l1-menu .category-name,
.navigation-menu .category-panel .category-l1 a,
.navigation-menu .category-panel .view-columns .column .category-l2 {
    font-weight: 700;
}

.home h1,
.button-primary,
.button-secondary,
.home #category-title,
.category .title,
.product-details .product-name,
.product-order-summary .summary-header,
.list-container .cart-header .list-title,
.cart-summary-content-container .cart-summary-title,
.no-results .top-section .no-results-title,
.subtitleProductName,
.subtitle,
.AboutUs .title,
.AboutUs .AboutUsHeading,
.category-item .category-name,
.product-item .product-name {
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-wrapper {
    font-weight: 500;
    text-transform: uppercase;
}

/* footer style */
.footer a:hover {
    text-decoration: underline;
}
