@font-face {
    font-family: 'ToyotaType';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/ToyotaType-Light.otf) format('OpenType');
}

@font-face {
    font-family: 'ToyotaType';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/ToyotaType-Book.otf) format('OpenType');
}

@font-face {
    font-family: 'ToyotaType';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/ToyotaType-Regular.otf) format('OpenType');
}

@font-face {
    font-family: 'ToyotaType';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/ToyotaType-Semibold.otf) format('OpenType');
}
