/*!
Theme Name: Kadence Child
Template: kadence
Version: 1.0.7
Text Domain: kadence-child
*/

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

/* ==========================================================================
   TIPOGRAFIA — Scale fluida via clamp()
   Valori calibrati su viewport 320px–1440px
   ========================================================================== */

h1, .h1, .h1 > .gspb-dynamic-title-element,
.h1.gspb_meta > * {
    font-size: clamp(30px, 0.0612rem + 5.2128vw, 75px);
}

h2, .h2, .h2 > .gspb-dynamic-title-element,
.h2.gspb_meta > * {
    font-size: clamp(26px, 1.0186rem + 2.0213vw, 45px);
}

h3, .h3, .h3 > .gspb-dynamic-title-element,
.h3.gspb_meta > * {
    font-size: clamp(20px, 1.1223rem + 0.4255vw, 24px);
}

h4, .h4, .h4 > .gspb-dynamic-title-element,
.h4.gspb_meta > * {
    font-size: clamp(18px, 1.0612rem + 0.2128vw, 20px);
}

h5, .h5, .h5 > .gspb-dynamic-title-element,
.h5.gspb_meta > * {
    font-size: clamp(16px, 0.9362rem + 0.2128vw, 18px);
}

h6, .h6, .h6 > .gspb-dynamic-title-element,
.h6.gspb_meta > * {
    font-size: 16px;
}

/* Pulsanti */
button, .button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0rem;
    padding: 0.7rem 2rem;
    font-size: 1.125rem;
    line-height: 1;
}