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


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

@font-face{
    font-family: "Barlow-Bold";
    src: local("Barlow-Bold"), url("../fonts/7143e8b3eec4b98c76490c6377fd3a31.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Barlow-SemiBold";
    src: local("Barlow-SemiBold"), url("../fonts/BARLOWSEMICONDENSED-SEMIBOLD.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Barlow-Medium";
    src: local("Barlow-Medium"), url("../fonts/BARLOWSEMICONDENSED-MEDIUM.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Barlow-Thin";
    src: local("Barlow-Thin"), url("../fonts/BARLOWSEMICONDENSED-THIN.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Barlow-Black";
    src: local("Barlow-Black"), url("../fonts/BARLOWSEMICONDENSED-BLACK.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
.regular{
    font-family: "Barlow-Regular";
}

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

.thin{
    font-family: "Barlow-Thin";
}
.medium{
    font-family: "Barlow-Medium";
    font-weight: normal;
}
.black{
    font-family: "Barlow-Black";
    font-weight: normal;
}
.semibold{
    font-family: "Barlow-SemiBold";
    font-weight: normal;
}












