@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'BMW';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/BMWTypeNext-Light.woff2') format('woff2'),
       url('../Fonts/BMWTypeNext-Light.woff') format('woff');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'BMW';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/BMWTypeNext-Regular.woff2') format('woff2'),
       url('../Fonts/BMWTypeNext-Regular.woff') format('woff');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'BMW';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/BMWTypeNext-Medium.woff2') format('woff2'), 
       url('../Fonts/BMWTypeNext-Medium.woff') format('woff');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'BMW';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/BMWTypeNext-Bold.woff2') format('woff2'), 
       url('../Fonts/BMWTypeNext-Bold.woff') format('woff');
}