﻿*{
    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("/assets/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("/assets/fonts/GILROY-BOLD.OTF") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}





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







