@font-face{
	font-family: 'Toyota Type';
	src: url(https://s3.amazonaws.com/themes.limelightplatform.com/client/toyota/fonts/ToyotaType-Bold.otf);
	font-weight: bold;
}

@font-face{
	font-family: 'Toyota Type';
	src: url(https://s3.amazonaws.com/themes.limelightplatform.com/client/toyota/fonts/ToyotaType-Semibold.otf);
	font-weight: 600;
}

@font-face{
	font-family: 'Toyota Type';
	src: url(https://s3.amazonaws.com/themes.limelightplatform.com/client/toyota/fonts/ToyotaType-Regular.ttf);
	font-weight: normal;
}

*{
	font-family: 'Toyota Type', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Toyota Type', sans-serif;
	font-weight: bold;
}