/* Base Twenty Twenty Four */

body {
}

h1.wp-block-heading {
    
    padding-bottom: 1em;
    padding-top: 1em;
}

h2.wp-block-heading {
    padding-top: 2em;
    padding-bottom: 0.5em;
}

h3.wp-block-heading {
/*    padding-top: 2em;
    padding-bottom: 2em;*/
}

.is-no-decorated-a a {
	text-decoration: none! important;
}
.is-no-decorated-a a:hover {
	text-decoration: underline !important;
}



div.wpcf7 {
    max-width: 360px;
}

footer a {
    text-decoration: none;
    font-size: var(--wp--preset--font-size--medium);
}

footer a:hover {
    text-decoration: underline;
}


