/* ---------------------------------------
FONTS
------------------------------------------*/
@font-face {
  font-family: 'helvetica-thin';
  src:  url('/fonts/helvetica-thin.woff') format('woff');
}
@font-face {
  font-family: 'uk-number-plate';
  src:  url('/fonts/uk-number-plate.woff') format('woff');
}
@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;
}



/* Mercedes */
@font-face {
  font-family: 'Daimler CS Light';
  src:  url('/fonts/daimler-cs-light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Daimler CS Demi';
  src:  url('/fonts/daimler-cs-demi.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Daimler CS Regular';
  src:  url('/fonts/daimler-cs-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MB Corpo A Title Cond Regular';
  src:  url('/fonts/mb-corpo-a-title-cond-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MB Corpo S Text Bold';
  src:  url('/fonts/mb-corpo-s-text-bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MB Corpo S Title Regular';
  src: url('/fonts/MBCorpoSTitle-Regular-Web.woff') format('woff');
  font-display: swap;
}

/* Fuso (Alternate Font) */
@font-face {
    font-family: 'Roboto Condensed SemiBold';
    src: url('/fonts/RobotoCondensed-SemiBold.woff2') format('woff2'),
        url('/fonts/RobotoCondensed-SemiBold.woff') format('woff'),
        url('/fonts/RobotoCondensed-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('/fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto Condensed Light';
    src: url('/fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('/fonts/RobotoCondensed-Light.woff') format('woff'),
        url('/fonts/RobotoCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed Medium';
    src: url('/fonts/RobotoCondensed-Medium.woff2') format('woff2'),
        url('/fonts/RobotoCondensed-Medium.woff') format('woff'),
        url('/fonts/RobotoCondensed-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('/fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
