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

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

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

.regular{
    font-family: "Roboto-Regular";
}
.bold{
    font-family: "Roboto-Bold";
    font-weight: normal;
}

.medium{
    font-family: "Roboto-Medium";
}




