/* BMW Type Next Latin - Bold */
@font-face {
    font-family: 'BMWTypeNextLatin';
    src: url('BMWTypeNextLatin-Bold.eot'); /* IE9 compatibility */
    src: url('BMWTypeNextLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BMWTypeNextLatin-Bold.woff2') format('woff2'), /* Modern browsers */
         url('BMWTypeNextLatin-Bold.woff') format('woff'), /* Slightly older browsers */
         url('BMWTypeNextLatin-Bold.otf') format('opentype'); /* Fallback */
    font-weight: 700; /* Bold */
    font-style: normal;
}

/* BMW Type Next Latin - Light */
@font-face {
    font-family: 'BMWTypeNextLatin';
    src: url('BMWTypeNextLatin-Light.eot');
    src: url('BMWTypeNextLatin-Light.eot?#iefix') format('embedded-opentype'),
         url('BMWTypeNextLatin-Light.woff2') format('woff2'),
         url('BMWTypeNextLatin-Light.woff') format('woff'),
         url('BMWTypeNextLatin-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

/* BMW Type Next Latin - Regular */
@font-face {
    font-family: 'BMWTypeNextLatin';
    src: url('BMWTypeNextLatin-Regular.eot');
    src: url('BMWTypeNextLatin-Regular.eot?#iefix') format('embedded-opentype'),
         url('BMWTypeNextLatin-Regular.woff2') format('woff2'),
         url('BMWTypeNextLatin-Regular.woff') format('woff'),
         url('BMWTypeNextLatin-Regular.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

/* BMW Type Next Latin - Thin */
@font-face {
    font-family: 'BMWTypeNextLatin';
    src: url('BMWTypeNextLatin-Thin.eot');
    src: url('BMWTypeNextLatin-Thin.eot?#iefix') format('embedded-opentype'),
         url('BMWTypeNextLatin-Thin.woff2') format('woff2'),
         url('BMWTypeNextLatin-Thin.woff') format('woff'),
         url('BMWTypeNextLatin-Thin.otf') format('opentype');
    font-weight: 100; /* Thin */
    font-style: normal;
}
