/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 17:18:31 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;	
    src: url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap);
}
/* Применим шрифт к нужным областям */
body, 
.blog .entry-content, 
.woocommerce .product-title,
.woocommerce .price {
    font-family: 'Open Sans', sans-serif !important;
	
}

