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


.richtext h2{
   font-family: "Montserrat-Bold";
}
.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-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-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-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";
    font-weight: initial;
}

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














