/* ======================================================================
   Cliff Portal — local fonts
   UKNumberPlate.ttf lives at /assets/fonts/ and replaces the old
   remote "Charles Wright" stylesheet from fonts.cdnfonts.com.
   ====================================================================== */
@font-face {
    font-family: 'UKNumberPlate';
    src: url('/assets/fonts/UKNumberPlate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
