/* CNH: molde usa Courier New OS (texto) e Arial MT Pro (espelho). */
@font-face {
  font-family: "Courier New OS";
  src: url("/fonts/fontescnh/courier-new-os-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Arial MT Pro";
  src: url("/fonts/fontescnh/arial-mt-pro.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Bimbo Trial";
  src: url("/fonts/fontescnh/bimbo-trial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* RG: molde usa Tahoma (labels em negrito, valores digitados), fonte
   diferente da CNH — por isso tem sua própria @font-face. */
@font-face {
  font-family: "Tahoma RG";
  src: url("/fonts/fontesrg/tahoma-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Tahoma RG";
  src: url("/fonts/fontesrg/tahoma-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
