/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
    font-family: 'Monty-light';
    src: url('fonts/Monty-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Monty-regular';
    src: url('fonts/Monty-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Monty-bold';
    src: url('fonts/Monty-Bold.otf') format('opentype');
}

body{
    font-family: 'Monty-light' !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Monty-regular' !important;
}

.vs_gutenberg_wrapper{
    max-width: 1120px;
    margin: auto;
}

@media (max-width:767px) {

    .page-id-29 .vs_gutenberg_wrapper{
        padding: 20px;
    }

    .wp-block-column .vs_gutenberg_wrapper{
        padding: unset;
    }

    .vs_gutenberg_wrapper{
        padding: unset;
    }

    .wp-block-column{
        padding-bottom: 25px;
    }

}