/* DIN 2014 Extra Bold */
@font-face {
    font-family: 'DIN2014';
    src: local('DIN2014 Extra Bold'), local('DIN2014-ExtraBold'),
        url('DIN2014-EXTRABOLD.OTF') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* DIN 2014 Bold */
@font-face {
    font-family: 'DIN2014';
    src: local('DIN2014 Bold'), local('DIN2014-Bold'),
        url('DIN2014-BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* DIN 2014 Regular */
@font-face {
    font-family: 'DIN2014';
    src: local('DIN2014 Regular'), local('DIN2014-Regular'),
        url('DIN2014-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* DIN 2014 Narrow Bold (Condensed Bold) */
@font-face {
    font-family: 'DIN2014 Narrow';
    src: local('DIN2014 Condensed Bold'), local('DIN2014-CondensedBold'),
        url('DIN2014-CONDENSEDBOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* DIN 2014 Narrow Regular (Condensed Light) */
@font-face {
    font-family: 'DIN2014 Narrow';
    src: local('DIN2014 Condensed Light'), local('DIN2014-CondensedLight'),
        url('DIN2014-CONDENSEDLIGHT.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}