.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0e56e90:#2E3645;--e-global-color-1ddbba5:#243964;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;font-weight:400;}.elementor-kit-6 a{font-family:"Montserrat", Sans-serif;font-weight:500;}.elementor-kit-6 h1{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;font-weight:500;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS *//* Подключаем шрифты из Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Open+Sans:wght@400;600&display=swap');

/* Применяем к сайту */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px; /* Базовый размер для комфортного чтения */
    line-height: 1.6; /* Межстрочный интервал для удобства */
    color: #333; /* Или ваш основной цвет текста */
}

/* Заголовки H1, H2, H3 */
h1, h2, h3, h4 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; /* Для индустриального стиля часто используют заглавные */
    letter-spacing: 0.05em; /* Небольшой межбуквенный интервал */
}

/* Меню и кнопки */
.main-menu, .button, .btn {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}/* End custom CSS */