@font-face {
    font-family: 'Dax';
    src: url('Dax-Bold.woff2') format('woff2'),
        url('Dax-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('DaxLight.woff2') format('woff2'),
        url('DaxLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('Dax.woff2') format('woff2'),
        url('Dax.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

