@font-face {
  font-family: 'toyota';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/toyota/ToyotaType-Book.woff') format('woff');
}

@font-face {
  font-family: 'toyota';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/toyota/ToyotaType-Semibold.woff') format('woff');
}


body {
	font-family: 'toyota', 'Titillium Web', sans-serif;
}
