body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
    font-family: "Montserrat-Regular";
}

.richtext strong,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-weight: normal;
    font-family: "Montserrat-Bold";
}

.richtext h2 {
    font-weight: normal;
    font-family: "Montserrat-Bold";
}

.richtext,
.richtext * {
    font-family: "Montserrat-Regular";
    font-size: 16px;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Montserrat-Light";
    src: local("Montserrat-Light"), url("../fonts/Montserrat-Light.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "MONTSERRAT-MEDIUM";
    src: local("MONTSERRAT-MEDIUM"), url("../fonts/MONTSERRAT-MEDIUM.TTF") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}





.gtj-ff-bold {
    font-family: "Montserrat-Bold";
    font-weight: normal;
}