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


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

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

.regular{
    font-family: "Opensans-Regular";
}

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













