:is(h1,h2,h3,h4,h5,h6) {
        font-family: "Belanosima" !important;
}
.button, .button-custom {
    font-weight: 600;
    padding-block: 12px;
    font-size: 16px;
}
.button:hover{
    --button-background-color: #49cca5;
    color: #fff;
}