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


@font-face{
       font-family: "Times New Roman";
       src: local("Times New Roman"), url("../fonts/times.ttf") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

/* @font-face{
    font-family: "Times-New-Roman-Bold";
    src: local("Times-New-Roman-Bold"), url("../fonts/timesbd.ttf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "Times-New-Roman-Regular";
}

.bold,.text-bold{
    font-family: "Times-New-Roman-Bold";
    font-weight: normal;
}  */












