
/* ---------------------------------------
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: 'Figtree SemiBold';
    src: url('/fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('/fonts/Figtree-SemiBold.woff') format('woff'),
        url('/fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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




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

@font-face {
    font-family: 'Source Sans Pro Semibold';
    src: url('/fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('/fonts/SourceSansPro-Semibold.woff') format('woff'),
        url('/fonts/SourceSansPro-Semibold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro Regular';
    src: url('/fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('/fonts/SourceSansPro-Regular.woff') format('woff'),
        url('/fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('/fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('/fonts/SourceSansPro-Light.woff') format('woff'),
        url('/fonts/SourceSansPro-Light.ttf') format('truetype');
    font-display: swap;
}

