/*Universal*/
* {
    font-family: "BMWTypeNextCondensedProTT-Light", sans-serif;
    font-weight:400;
    line-height:32px;
    
}
p, h1, h2, h3, h4, h5, h6 {
    color:#414141
}


@media only screen and (max-width: 1400px) {
    *{
        line-height: 25px;
    }
}

@media only screen and (max-width: 1200px) {
    *{
        line-height: 23px;
    }
}