/* GLOBAL FONT SETTINGS */

body,
p,
ul,
ol,
li,
button,
input,
textarea,
select {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
}

/*HEADINGS */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 500 !important;
}

h1, .h1 {
    font-size: 50px !important;
    line-height: 65px !important;
}

a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 16px !important;
}