@font-face {
    font-family: "Hero New";
    src: url(/assets/fonts/NewHero/hero_thin.otf);
    font-display: swap;
    font-weight: 100
}

@font-face {
    font-family: "Hero New";
    src: url(/assets/fonts/NewHero/hero_regular.otf);
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "Hero New";
    src: url(/assets/fonts/NewHero/hero_medium.otf);
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: "Hero New";
    src: url(/assets/fonts/NewHero/hero_bold.otf);
    font-display: swap;
    font-weight: 700
}