@font-face {
    font-family: "number-plate";
    src: url("/fonts/UKNumberPlate.woff");
}

.display_number_plate_small {
    background-color: #F7D041;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    font-family: "number-plate",sans-serif;
    padding: 5px;
    border-radius: 5px;
    min-width: 80px;
    display: inherit;
    color: black;
}
