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


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

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

.regular{
    font-family: "Play-Regular";
}

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












