*{
    font-family: "OldStandard-Regular";
}
.richtext strong,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "OldStandard-Bold";
}


.richtext h2{
   font-family: "OldStandard-Bold";
}
.richtext *{
	font-family: inherit;
}

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

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



 .regular {
    font-family: "OldStandard-Regular";
    font-weight: initial;
}

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

/*.semibold{
    font-family: "Montserrat-SemiBold";
}
.medium {
    font-family: "Montserrat-Medium";
    font-weight: normal;
} */
/* .light {
    font-family: "Montserrat-Light";
} */














