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


@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-Medium";
    src: local("Montserrat-Medium"), url("../fonts/MONTSERRAT-MEDIUM.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Montserrat-SemiBold";
    src: local("Montserrat-SemiBold"), url("../fonts/MONTSERRAT-SEMIBOLD.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;
}
.regular{
    font-family: "Montserrat-Regular";
}

.bold,.text-bold{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
.semibold{
    font-family: "Montserrat-SemiBold";
    font-weight: normal;
}
.medium{
    font-family: "Montserrat-Medium";
    font-weight: initial;
}
.light{
    font-family: "Montserrat-Light";
}












