/* UK Plate Font */
@font-face{
    font-family: 'plate-uk';
    src: url('/css/fonts/plate-uk.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

.plate-display-gb {
    font-family: 'plate-uk', 'Roboto', sans-serif;
    font-size: 2em !important;
}

/* US Plate Font */
@font-face {
    font-family: 'plate-us';
    src: url('/css/fonts/plate-us.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
  }
  
  .plate-display-us {
      font-family: 'plate-us', 'Roboto', sans-serif;
      font-size: 2.5em !important;
  }

/* German Plate Font */
@font-face {
  font-family: 'plate-de';
  src: url('/css/fonts/plate-de.woff') format('woff'); 
  font-weight: normal;
  font-style: normal;
}

.plate-display-de {
    font-family: 'plate-de', 'Roboto', sans-serif;
    font-size: 2.5em !important;
}

/* Default to using the German font if none other is set https://en.wikipedia.org/wiki/FE-Schrift */
.plate-display {
    font-family: 'plate-de', 'Roboto', sans-serif;
    font-size: 2.5em !important;
}

/* Other Fonts */
@font-face {
    font-family: 'Fjalla One';
    src: url('/css/fonts/FjallaOne-Regular.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
  }

.card-car-info {
    font-family: 'Fjalla One', 'Roboto', sans-serif !important;
}
