/* Niotec Custom Fonts */
@font-face {
  font-family: 'Niotec';
  src: url("../fonts/Niotec-Regular.woff2") format("woff2"),
       url("../fonts/Niotec-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Niotec';
  src: url("../fonts/Niotec-Bold.woff2") format("woff2"),
       url("../fonts/Niotec-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
