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

}

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

}

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

}