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

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





.regular{
    font-family: "Nunito-Regular";
}
.bold,.semibold{
    font-family: "Nunito-Bold";
    font-weight: normal;
}







