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

@font-face{
       font-family: "Gilroy-Regular";
       src: local("Gilroy-Regular"), url("../fonts/GILROY-REGULAR.OTF") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
       font-family: "Gilroy-Bold";
       src: local("Gilroy-Bold"), url("../fonts/GILROY-BOLD.OTF") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

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



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

.black{
    font-family: "Lato-Black";
    font-weight: normal;
}







