/* Fonts */
@font-face {
    font-family: "Daxlight";
    src: url('../../styles/fonts/dax-light.ttf');
}


body {
    font-family: 'Daxlight';
}