
/* General Utility Classes */

.height-fit-content {
    height: fit-content;
}

.button-color{
    background-color: var(--button-color);
}

.justify-center{
    justify-content: center;
}

.max-width-75{
    max-width:75%;
}

.max-width-50{
    max-width:50%;
}

.wp-block-spacer {
    display: block !important;
}