/* @font-face {
  font-family: 'ToyotaDisplay';
  src: url('../fonts/ToyotaDisplay-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/ToyotaDisplay-Regular.woff') format('woff'), 
  url('../fonts/ToyotaDisplay-Regular.ttf')  format('truetype'), 
  url('../fonts/ToyotaDisplay-Regular.svg#ToyotaDisplay-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ToyotaDisplay';
  src: url('../fonts/ToyotaDisplay-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/ToyotaDisplay-Bold.woff') format('woff'), 
  url('../fonts/ToyotaDisplay-Bold.ttf')  format('truetype'), 
  url('../fonts/ToyotaDisplay-Bold.svg#ToyotaDisplay-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
} */

@font-face {
	font-display: swap;
	font-family: "ToyotaType";
	src: url("../fonts/ToyotaType-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "ToyotaType";
	src: url("../fonts/ToyotaType-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "ToyotaType";
	src: url("../fonts/ToyotaType-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}