@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 200;
    src: local('Dax'), url('./Dax-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 500;
    src: local('Dax'), url('./Dax-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Dax';
    font-style: italic;
    font-weight: 500;
    src: local('Dax'), url('./Dax-Italic.otf') format('truetype');
}

@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 500;
    src: local('Dax'), url('./Dax-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Dax';
    font-style: italic;
    font-weight: 500;
    src: local('Dax'), url('./Dax-Medium-Italic.otf') format('truetype');
}

@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 700;
    src: local('Dax'), url('./Dax-Bold.otf') format('truetype');
}
@font-face {
    font-family: 'Dax';
    font-style: italic;
    font-weight: 700;
    src: local('Dax'), url('./Dax-Bold-Italic.otf') format('truetype');
}

@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 900;
    src: local('Dax'), url('./Dax-Black.ttf') format('truetype');
}