/* noto-sans-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fontes/noto-sans-mono-v37-latin-regular.woff2') format('woff2');
}

/* noto-sans-mono-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans Mono';
  font-style: normal;
  font-weight: 700;
  src: url('fontes/noto-sans-mono-v37-latin-700.woff2') format('woff2');
}

.codigo-alfanumerico, .ni {
    font-family: 'Noto Sans Mono', monospace !important;
    font-weight: 400; 
}

.ni {
	text-transform: uppercase;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}