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

@font-face{
       font-family: "AntartidaRounded-Light";
       src: local("AntartidaRounded-Light"), url("../otf/antartidarounded-light.otf") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
       font-family: "AntartidaRounded-Bold";
       src: local("AntartidaRounded-Bold"), url("../otf/antartidarounded-bold.otf") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}


@font-face{
    font-family: "AntartidaRounded-Black";
    src: local("AntartidaRounded-Black"), url("../otf/antartidarounded-black.otf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Bebas-regular";
    src: local("Bebas-regular"), url("../woff2/bebas__.woff2") format('woff2');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
.regular{
    font-family: "AntartidaRounded-Light";
}
.bold{
    font-family: "AntartidaRounded-Bold";
    font-weight: normal;
}
.bebas{
    font-family: "Bebas-regular";
}

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









