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


@font-face{
       font-family: "Open-Sans-Regular";
       src: local("Open-Sans-Regular"), url("../fonts/OPENSANS-REGULAR.TTF") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "Open-Sans-Bold";
    src: local("Open-Sans-Bold"), url("../fonts/OPENSANS-BOLD.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    /* font-display: fallback; */
}

.regular{
    font-family: "Open-Sans-Regular";
}

.bold,.text-bold{
    font-family: "Open-Sans-Bold";
    font-weight: normal;
}












