/* ---------------------------------------
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: 'franklin-gothic-urw-book';
    src: url('/fonts/franklin-gothic-urw-book.woff2') format('woff2'),
        url('/fonts/franklin-gothic-urw-book.woff') format('woff'),
        url('/fonts/franklin-gothic-urw-book.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'franklin-gothic-urw-demi';
    src: url('/fonts/franklin-gothic-urw-demi.woff2') format('woff2'),
        url('/fonts/franklin-gothic-urw-demi.woff') format('woff'),
        url('/fonts/franklin-gothic-urw-demi.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'franklin-gothic-urw-heavy';
    src: url('/fonts/franklin-gothic-urw-heavy.woff2') format('woff2'),
        url('/fonts/franklin-gothic-urw-heavy.woff') format('woff'),
        url('/fonts/franklin-gothic-urw-heavy.ttf') format('truetype');
    font-display: swap;
}

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