/* General */
body {
    font-family: "Poppins", sans-serif;
}

/* Product cards */
.woocommerce ul.products li.product a img {
    border-radius: 8px;
}

/* Remove duplicate WP header from parent theme */
.site-header.style-one {
    display: none !important;
}

/* USP bar icons */
.elementor-icon-list-icon i {
    color: #e8a300;
}

/* Footer */
.site-footer {
    font-family: "Poppins", sans-serif;
}
