/*
 Theme Name:   Logico Child
 Description:  Logico Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/logico
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     logico
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  logico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



.footer_contact a { text-decoration: none !important}
.elementor-41 .elementor-element.elementor-element-9597dad .header-menu-container .main-menu > li > a { padding: 10px 0 !important}
body, h1, h2, h3, h4, h5, h6, p {  font-family: "Inter", sans-serif !important;}

/* H1-H6 глобально сбрасываем текст и задаем базовые размеры */
h1, h2, h3, h4, h5, h6,
.logico-title-h1, .logico-title-h2, .logico-title-h3, .logico-title-h4, .logico-title-h5, .logico-title-h6,
.elementor-editor-preview .elementor-widget-container h1,
.elementor-editor-preview .elementor-widget-container h2,
.elementor-editor-preview .elementor-widget-container h3,
.elementor-editor-preview .elementor-widget-container h4,
.elementor-editor-preview .elementor-widget-container h5,
.elementor-editor-preview .elementor-widget-container h6,
.elementor-editor-active .elementor-widget-container h1,
.elementor-editor-active .elementor-widget-container h2,
.elementor-editor-active .elementor-widget-container h3,
.elementor-editor-active .elementor-widget-container h4,
.elementor-editor-active .elementor-widget-container h5,
.elementor-editor-active .elementor-widget-container h6
{
    text-transform: none !important; /* убираем uppercase */
}

/* Десктопные размеры */
h1, .logico-title-h1 { font-size: 55px !important; }
h2, .logico-title-h2 { font-size: 45px !important; }
h3, .logico-title-h3 { font-size: 35px !important; }
h4, .logico-title-h4 { font-size: 28px !important; }
h5, .logico-title-h5 { font-size: 22px !important; }
h6, .logico-title-h6 { font-size: 18px !important; }

/* Мобильные размеры */
@media (max-width: 768px) {
    h1, .logico-title-h1 { font-size: 32px !important; }
    h2, .logico-title-h2 { font-size: 28px !important; }
    h3, .logico-title-h3 { font-size: 24px !important; }
    h4, .logico-title-h4 { font-size: 20px !important; }
    h5, .logico-title-h5 { font-size: 18px !important; }
    h6, .logico-title-h6 { font-size: 16px !important; }
}
