/* ============================================================
   RU / EN Fonts — Google Fonts
   Headings: Geologica
   Body: Montserrat
   (Google Fonts loaded via PHP wp_enqueue_style)
   ============================================================ */

/* Apply Google fonts globally for non-Armenian languages */
body {
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title,
.woocommerce-products-header__title,
.product_title,
.widget-title {
    font-family: 'Geologica', sans-serif !important;
}
