@font-face {
    font-family: 'Dax';
    src: url('../fonts/dax-light.ttf') format("TrueType");
    font-display: swap;
    font-weight: 100;
}
@font-face {
    font-family: 'Dax';
    src: url('../fonts/dax-regular.otf') format("opentype");
    font-display: swap;
    font-weight: 300;
}
@font-face {
    font-family: 'Dax';
    src: url('../fonts/dax-extrabold.ttf') format("TrueType");
    font-display: swap;
    font-weight: 600;
}