@font-face {
    font-family: 'UTMAvo';
    src: url('UTM Avo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('UTM AvoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body {
    margin: 0;
    color: var(--bzo-body_typo-color);
    font-size: 16px;
    font-family: UTMAvo;
    font-weight: 400;
    line-height: var(--bzo-body_typo-line-height);
    letter-spacing: var(--bzo-letter-spacing-body);
    background: linear-gradient(to right,#fff,#f3e3cd)
}

p {
    margin-bottom: 25px;
    line-height: 28px;
    font-family: UTMAvo;
    font-weight: 400;
    color: #361f11;
    text-align: justify;
}

a {
    color: var(--bzo-title_typo-color);
    text-decoration: unset;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

:focus {
    outline: 0
}

a.active,a:focus,a:hover {
    color: var(--bzo-main-color);
    text-decoration: none;
    transition: all .3s ease-out 0s
}

a:hover {
    cursor: pointer
}

video {
    width: 100%
}

a:focus {
    outline: 0;
    outline: 0;
    outline-offset: unset
}

img {
    max-width: 100%;
    height: auto
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1,h2,h3 {
    font-weight: 500;
    line-height: 1.15;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #361e0e
}

h4,h5,h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 12px;
    color: var(--bzo-title_typo-color)
}

@media (max-width: 1200px) {
    h1 {
        font-size:30px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 14px
    }
}
