@font-face {
  font-family: 'toyota';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/toyota/light.otf') format('opentype');
}

@font-face {
  font-family: 'lexus';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lexus/light.otf') format('opentype');
}

@font-face {
  font-family: 'lexus';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/lexus/regular.otf') format('opentype');
}

@font-face {
  font-family: 'lexus-alternative';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lexus/arial-light.ttf') format('opentype');
}

.toyota {
  font-family: 'toyota' !important;
}

.lexus {
  font-family: 'lexus' !important;
  font-weight: 300;
}

.alternative {
  font-family: 'lexus-alternative' !important;
}
