﻿@font-face {
    font-family: BMW-Light;
    font-weight: normal;
    src: url("/Content/fonts/bmwgroup_cond_regular-webfont.eot") format("embedded-opentype"), url("/Content/fonts/bmwgroup_cond_regular-webfont") format("woff"), url("/Content/fonts/bmwgroup_cond_regular-webfont.ttf") format("truetype");    
}

@font-face {
    font-family: BMW-Bold;
    font-weight: bold;
    src: url("/Content/fonts/bmwgroup_cond_bold-webfont.eot") format("embedded-opentype"), url("/Content/fonts/bmwgroup_cond_bold-webfont.woff") format("woff"), url("/Content/fonts/bmwgroup_cond_bold-webfont.ttf") format("truetype");
}

.bmw-bold{
    font-family: BMW-Bold, sans-serif;
}

body{
    font-family: BMW-Light, sans-serif;
}