@font-face {
    font-family: 'open_l';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'), 
         url('opensans-light-webfont.woff') format('woff'),
         url('OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
   
}  

@font-face {
    font-family: 'toyota_b';
    src: url('toyotadisplay_rg-webfont.eot');
    src: url('toyotadisplay_bd-webfont-iefix.eot#iefix') format('embedded-opentype'),
         url('toyotadisplay_bd-webfont.woff') format('woff'),
         url('toyotadisplay_bd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
   
}  

a,p,span,div{
 font-family: 'open_l';   
}
  
h1,h2,h3,h4,h5,h6{
    font-family: 'toyota_b';     
}

.text-rouge {
    color: #e4051f!important;
    text-align: left;
    font-family: 'toyota_b';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.42em;
} 

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #e4051f;
    font-family: 'open_l'; 
    letter-spacing: 0.8px;
    font-weight: 600;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #676767; 
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'open_l';
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.42em;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
    padding-top: 10px; 
}