/* ---------------------------------------
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;
}
