* {
    margin: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: "bmwBold";
  src: url("fonts/BMWTypeNextLatin-Bold.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bmwReg";
  src: url("fonts/BMWTypeNextLatin-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}


.bmwbold {
  font-family: "bmwbold", Arial, sans-serif;
}

.bmwReg {
  font-family: "bmwReg", Arial, sans-serif;
}

.outline-text {
  color: transparent;               /* no fill */
  -webkit-text-stroke: 2px white;   /* outline thickness + color */
}
