/*
 * Toyota Type — Toyota brand typeface.
 * WOFF2 files come from the Toyota Website Toolkit and must be placed in
 * wwwroot/fonts/toyota-type/. Until they are added, the stack falls back to
 * Helvetica Neue / Arial.
 */

@font-face {
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/toyota-type/ToyotaType-Light.eot');
    src: url('../fonts/toyota-type/ToyotaType-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyota-type/ToyotaType-Light.woff2') format('woff2'),
         url('../fonts/toyota-type/ToyotaType-Light.woff') format('woff'),
         url('../fonts/toyota-type/ToyotaType-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/toyota-type/ToyotaType-Book.eot');
    src: url('../fonts/toyota-type/ToyotaType-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyota-type/ToyotaType-Book.woff2') format('woff2'),
         url('../fonts/toyota-type/ToyotaType-Book.woff') format('woff'),
         url('../fonts/toyota-type/ToyotaType-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/toyota-type/ToyotaType-Regular.eot');
    src: url('../fonts/toyota-type/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyota-type/ToyotaType-Regular.woff2') format('woff2'),
         url('../fonts/toyota-type/ToyotaType-Regular.woff') format('woff'),
         url('../fonts/toyota-type/ToyotaType-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/toyota-type/ToyotaType-Semibold.eot');
    src: url('../fonts/toyota-type/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyota-type/ToyotaType-Semibold.woff2') format('woff2'),
         url('../fonts/toyota-type/ToyotaType-Semibold.woff') format('woff'),
         url('../fonts/toyota-type/ToyotaType-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/toyota-type/ToyotaType-Bold.eot');
    src: url('../fonts/toyota-type/ToyotaType-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyota-type/ToyotaType-Bold.woff2') format('woff2'),
         url('../fonts/toyota-type/ToyotaType-Bold.woff') format('woff'),
         url('../fonts/toyota-type/ToyotaType-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/toyota-type/ToyotaType-Black.eot');
    src: url('../fonts/toyota-type/ToyotaType-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyota-type/ToyotaType-Black.woff2') format('woff2'),
         url('../fonts/toyota-type/ToyotaType-Black.woff') format('woff'),
         url('../fonts/toyota-type/ToyotaType-Black.ttf') format('truetype');
}

:root {
    --font-toyota: 'Toyota Type', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html,
body {
    font-family: var(--font-toyota);
}
