/*New-fonts*/

/*@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), 
    url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}*/

@font-face {
    font-family: 'BMW Type Global Pro';
    src: url('../fonts/BMWTypeGlobalPro-Bold.woff') format('woff'),
        url('../fonts/BMWTypeGlobalPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

