@font-face {
    font-family: 'DINNextLTPro';
    font-weight: normal;
    src: url(./DINNextLTPro-Regular.woff) format('woff'),
        url(./DINNextLTPro-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'DINNextLTPro';
    font-weight: bold;
    src: url(./DINNextLTPro-Bold.woff) format('woff'),
        url(./DINNextLTPro-Bold.woff2) format('woff2');
}

body {
    font-family: 'DINNextLTPro';
}