/* ---------------------------------------
FONTS
------------------------------------------*/
@font-face {
  font-family: 'uk-number-plate';
  src:  url('/fonts/uk-number-plate.woff') format('woff');
}
@font-face {
	font-family: 'ULEZ';
	src: url('/fonts/Johnston100-Medium.woff2') format('woff2');
}

/* Ford */
@font-face {
  font-family: 'Ford Antenna Black';
  src:  url('/fonts/ford-antenna-black.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Ford Antenna Bold';
  src:  url('/fonts/ford-antenna-bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Ford Antenna Light';
  src:  url('/fonts/ford-antenna-light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Ford Antenna';
  src:  url('/fonts/ford-antenna.woff') format('woff');
  font-display: swap;
}

/* Font F1 (2024) */
@font-face {
    font-family: 'Ford F-1 Bold';
    src: url('/fonts/FordF1-Bold.woff2') format('woff2'),
        url('/fonts/FordF1-Bold.woff') format('woff'),
        url('/fonts/FordF1-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Ford F-1 Medium';
    src: url('/fonts/FordF1-Medium.woff2') format('woff2'),
        url('/fonts/FordF1-Medium.woff') format('woff'),
        url('/fonts/FordF1-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Ford F-1 Light';
    src: url('/fonts/FordF1-Light.woff2') format('woff2'),
        url('/fonts/FordF1-Light.woff') format('woff'),
        url('/fonts/FordF1-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Ford F-1 Regular';
    src: url('/fonts/FordF1-Regular.woff2') format('woff2'),
        url('/fonts/FordF1-Regular.woff') format('woff'),
        url('/fonts/FordF1-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Ford F-1 SemiBold';
    src: url('/fonts/FordF1-Semibold.woff2') format('woff2'),
        url('/fonts/FordF1-Semibold.woff') format('woff'),
        url('/fonts/FordF1-Semibold.ttf') format('truetype');
    font-display: swap;
}