/**
 * Замена шрифта Open Sans на Manrope
 */

/* Подключение шрифта Manrope с Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Замена шрифта во всей теме */
body,
.rtd, .ui-title-page h1, .ui-title-page .subtitle,
.section-heading .section-title, .section-heading .section-subtitle,
.counter-item .count, .counter-item .counter-title,
.service-item, .service-heading, .service-content,
.wrap-blog-post .post-description, .wrap-blog-post .post-body,
.sidebar-widget .widget-heading, .sidebar-widget.widget-categories .categories-list ul li a,
.sidebar-widget.widget-recents-posts .posts-list .list-item .post-title,
.sidebar-widget.widget-recents-posts .posts-list .list-item .post-description a,
.pagination ul li a, .pagination ul li span.current,
.nav.nav-tabs.theme-tab li a, .tab-content.theme-tab-content,
.contact-item h5, .contact-item p,
.gallery-item .pix-gallery-info .description span,
.feature-item h5, .feature-item p,
.skill-item .skill-label, .skill-item .skill-count,
.panel-alt-two .panel-heading .panel-title a, .panel-alt-two .panel-body p,
.person-description h5, .person-description .under-name,
.responsive-features-list .list-item > span,
.sidebar-services li a,
.portfolio-item .portfolio-image .portfolio-item-body,
.portfolio-item .portfolio-item-footer .under-name,
.work-footer .category, .work-footer .category a,
.work-footer .views span:not(.icon),
.portfolio-section .work-body .summary-list .type-info,
.work-body h5, .work-name h3,
.work-category a,
.folio-isotop-filter ul > li a,
.blog-post .post-description, .blog-post .post-body,
.blog-post .post-image .post-date, .blog-post .post-image .post-date a,
.blog-post .post-header .post-info, .blog-post .post-header .post-info a,
.blog-post .post-footer, .blog-post .post-footer a,
.blog-comments .comment-item .comment-item-heading, .blog-comments .comment-item .comment-item-body,
.blog-comments .comment-item .comment-item-footer, .blog-comments .comment-item .comment-item-footer a,
.blog-comments .comment-form .form-group label, .blog-comments .comment-form .form-control,
.tech-repair-date-time-fields h3,
.tech-repair-date-field, .tech-repair-time-field,
.woocommerce-form-row label, .woocommerce-form-row input,
.woocommerce-checkout .form-row label, .woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout #payment div.payment_box p,
.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-checkout-payment button,
.woocommerce-checkout .woocommerce-checkout-payment button:hover,
.woocommerce-checkout .woocommerce-checkout-payment button:focus,
.woocommerce-checkout .woocommerce-checkout-payment button:active,
.woocommerce-checkout .woocommerce-checkout-payment button:disabled,
.woocommerce-checkout .woocommerce-checkout-payment button:disabled:hover,
.woocommerce-checkout .woocommerce-checkout-payment button:disabled:focus,
.woocommerce-checkout .woocommerce-checkout-payment button:disabled:active {
    font-family: 'Manrope', sans-serif ;
}



html body div, html p div, html body .watson-product-tabs-wrapper .woocommerce-tabs h2.woocommerce-Reviews-title{
    font-family: 'Manrope', sans-serif ;
}


html body div .h1, html body .h2, html body .h3, html body .h4, html body .h5, html body .h6, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    font-family: 'Manrope';
    font-weight: 600;
}

