@font-face {
    font-family: 'FF Dax';
    src: url('../fonts/dax/dax-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FF Dax';
    src: url('../fonts/dax/dax-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FF Dax';
    src: url('../fonts/dax/dax-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/hero/hero-new-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/hero/hero-new-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/hero/hero-new-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}