@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;
}

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

@font-face {
    font-family: 'MG Regular';
    src: url('/fonts/MG-Regular.woff2') format('woff2'),
        url('/fonts/MG-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'MG Light';
    src: url('/fonts/MG-Light.woff2') format('woff2'),
        url('/fonts/MG-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'MG Medium';
    src: url('/fonts/MG-Medium.woff2') format('woff2'),
        url('/fonts/MG-Medium.ttf') format('truetype');
    font-display: swap;
}

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

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

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