@font-face {
    font-family: 'DIN Condensed';
    src: local('DIN Condensed Bold'), local('DINCondensed-Bold'),
        url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Torque Sense';
    src: local('Torque Sense'), local('TorqueSense'),
        url('../fonts/TorqueSense.woff2') format('woff2'),
        url('../fonts/TorqueSense.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

