
/* ---------------------------------------
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-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans Regular';
    src: url('/fonts/GoogleSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reddit Sans ExtraBold';
    src: url('/fonts/RedditSans-ExtraBold.woff2') format('woff2'),
        url('/fonts/RedditSans-ExtraBold.woff') format('woff'),
        url('/fonts/RedditSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans Black';
    src: url('/fonts/RedditSans-Black.woff2') format('woff2'),
        url('/fonts/RedditSans-Black.woff') format('woff'),
        url('/fonts/RedditSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans Bold';
    src: url('/fonts/RedditSans-Bold.woff2') format('woff2'),
        url('/fonts/RedditSans-Bold.woff') format('woff'),
        url('/fonts/RedditSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans Medium';
    src: url('/fonts/RedditSans-Medium.woff2') format('woff2'),
        url('/fonts/RedditSans-Medium.woff') format('woff'),
        url('/fonts/RedditSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans ExtraLight';
    src: url('/fonts/RedditSans-ExtraLight.woff2') format('woff2'),
        url('/fonts/RedditSans-ExtraLight.woff') format('woff'),
        url('/fonts/RedditSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans SemiBold';
    src: url('/fonts/RedditSans-SemiBold.woff2') format('woff2'),
        url('/fonts/RedditSans-SemiBold.woff') format('woff'),
        url('/fonts/RedditSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans Regular';
    src: url('/fonts/RedditSans-Regular.woff2') format('woff2'),
        url('/fonts/RedditSans-Regular.woff') format('woff'),
        url('/fonts/RedditSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans Light';
    src: url('/fonts/RedditSans-Light.woff2') format('woff2'),
        url('/fonts/RedditSans-Light.woff') format('woff'),
        url('/fonts/RedditSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


