
@font-face {
    font-family: 'toyota_textregular';
    src: url('../fonts/text_rg-webfont.woff2') format('woff2'),
    url('../fonts/text_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'toyota_displaybold';
    src: url('../fonts/toyotadisplay_bd-webfont.woff2') format('woff2'),
    url('../fonts/toyotadisplay_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'toyota_displayregular';
    src: url('../fonts/toyotadisplay_rg-webfont.woff2') format('woff2'),
    url('../fonts/toyotadisplay_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p,
a,
ul,
li
{
    font-family: 'toyota_textregular', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	/*clear: both; */
	font-family: 'toyota_displayregular', Arial, sans-serif;
}

.form-control, label, input, button, legend {
	font-family: 'toyota_textregular', Arial, sans-serif;
}
