/* Custom Fonts Configuration */

/* Применяем Open Sans ко всему тексту */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* Применяем Montserrat к заголовкам */
h1, h2, h3, h4, h5, h6,
.sec-title__title,
.main-slider-one__content h2,
.feature-one__single-content h2,
.services-one__single h2,
.about-two__content h2,
.why-choose-one__content h2,
.working-process-one__title h2,
.project-one__top h2,
.team-one__content h2,
.testimonial-one__content h2,
.blog-one__content h3,
.footer-widget__title,
.main-menu__list > li > a,
.thm-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* Заголовки особо жирные */
h1, .sec-title__title {
    font-weight: 700;
}

/* Кнопки средней жирности */
.thm-btn {
    font-weight: 500;
}

/* Меню средней жирности */
.main-menu__list > li > a {
    font-weight: 500;
}
