/* Font Loading Optimization */
@font-face {
    font-display: swap;
}

/* Prevent layout shifts */
img {
    max-width: 100%;
    height: auto;
}

/* Optimize button visibility */
.single_add_to_cart_button,
.add_to_cart_button,
.btn-color-primary {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}
