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

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


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








