*{
    font-family: "opensans-Regular";
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "opensans-Bold";
    font-weight: normal;
}
.richtext h2,.richtext strong{
    font-family: "opensans-Bold";
    font-weight: normal;
}
.richtext{
	font-family: "opensans-Regular";
}
.richtext *{
	font-family: inherit;
}
@font-face{
       font-family: "opensans-Regular";
       src: local("opensans-Regular"), url("../font/opensans.ttf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
       font-family: "opensans-Bold";
       src: local("opensans-Bold"), url("../font/opensans-bold_1.ttf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
    font-family: "opensans-SemiBold";
    src: local("opensans-SemiBold"), url("../font/opensans-bold_1.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "opensans-Light";
    src: local("opensans-Light"), url("../font/Open-Sans-Condensed-Light.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

@font-face{
    font-family: "Poppins-Medium";
    src: local("Poppins-Medium"), url("../font/POPPINS-MEDIUM.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "opensans-Regular";
}
.bold{
    font-family: "opensans-Bold";
    font-weight: normal;
}
.semibold{
    font-family: "opensans-SemiBold";
    font-weight: normal;
}
.light{
    font-family: "opensans-Light";
    font-family: "opensans-Regular";
}
.medium{
    font-family: "Poppins-Medium";
}







