/* ---------------------------------------
FONTS
------------------------------------------*/
@font-face {
  font-family: 'uk-number-plate';
  src:  url('/fonts/uk-number-plate.woff') format('woff');
  font-display: swap;
}
@font-face {
    font-family: 'Google Sans Bold';
    src: url('/fonts/GoogleSans-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans Regular';
    src: url('/fonts/GoogleSans-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'toyota-type-light';
    src: url('/fonts/toyota-type-light.woff2') format('woff2'),
        url('/fonts/toyota-type-light.woff') format('woff'),
        url('/fonts/toyota-type-light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'toyota-type-semi-bold';
    src: url('/fonts/toyota-type-semi-bold.woff2') format('woff2'),
        url('/fonts/toyota-type-semi-bold.woff') format('woff'),
        url('/fonts/toyota-type-semi-bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'toyota-type-regular';
    src: url('/fonts/toyota-type-regular.woff2') format('woff2'),
        url('/fonts/toyota-type-regular.woff') format('woff'),
        url('/fonts/toyota-type-regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'toyota-type-book';
    src: url('/fonts/toyota-type-book.woff2') format('woff2'),
        url('/fonts/toyota-type-book.woff') format('woff'),
        url('/fonts/toyota-type-book.ttf') format('truetype');
    font-display: swap;
}

