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


@font-face{
       font-family: "BarlowSemiCondensed-Regular";
       src: local("BarlowSemiCondensed-Regular"), url("../ttf/barlowsemicondensed-regular.ttf") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "BarlowSemiCondensed-Bold";
    src: local("BarlowSemiCondensed-Bold"), url("../ttf/barlowsemicondensed-bold.ttf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}



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


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












