@font-face {
  font-family: 'BMWFont';
  src: url('https://central-content-store-production.s3.us-east-2.amazonaws.com/uploads/00ca5415-7d57-425c-9e09-1d63746dc403.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BMWFont';
  src: url('https://central-content-store-production.s3.us-east-2.amazonaws.com/uploads/489848b0-04c5-4431-9ee2-df1c6022a13f.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BMWFont';
  src: url('https://central-content-store-production.s3.us-east-2.amazonaws.com/uploads/300cfa5e-2824-4494-a739-25b8df31f85a.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-bmw: 'BMWFont', sans-serif;
}

.font-bmw-normal {
  font-family: var(--font-bmw);
  font-weight: 400;
}

.font-bmw-bold {
  font-family: var(--font-bmw);
  font-weight: 700;
}

body {
  font-family: var(--font-bmw);
}
