/*
Theme Name: Archzilla Child
Template: archzilla
Author: Simone
Description: Thème enfant pour Neuron / Archzilla
Version: 1.0
*/

@import url("../archzilla/style.css");

/* Taille du titre principal (desktop + responsive) */
body.home .elementor-element h1.elementor-heading-title.elementor-size-xxl {
    font-size: 24px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

@media (max-width: 1024px) {
    .elementor-element h1.elementor-heading-title.elementor-size-xxl {
        font-size: 48px !important;
    }
}

@media (max-width: 768px) {
    .elementor-element h1.elementor-heading-title.elementor-size-xxl {
        font-size: 36px !important;
    }
}

@media (max-width: 480px) {
    .elementor-element h1.elementor-heading-title.elementor-size-xxl {
        font-size: 28px !important;
    }
}
