/* =Font selection for router cut letters
    Font files hosted on our server

    Load this file in router cut letters ONLY
------------------------------------------------------------------------------*/
/* Arial -------------------------------- */
@font-face {
  font-family: 'Arial';
  src: url("../_fonts/custom-fonts/Arial-BoldMT.woff2") format("woff2"), url("../_fonts/custom-fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url("../_fonts/custom-fonts/ArialMT.woff2") format("woff2"), url("../_fonts/custom-fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Comic Sans MS -------------------------------- */
@font-face {
  font-family: 'Comic Sans MS';
  src: url("../_fonts/custom-fonts/ComicSansMS.woff2") format("woff2"), url("../_fonts/custom-fonts/ComicSansMS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

/* Times New Roman -------------------------------- */
@font-face {
  font-family: 'Times New Roman';
  src: url("../_fonts/custom-fonts/TimesNewRomanPS-BoldMT.woff2") format("woff2"), url("../_fonts/custom-fonts/TimesNewRomanPS-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Times New Roman';
  src: url("../_fonts/custom-fonts/TimesNewRomanPSMT.woff2") format("woff2"), url("../_fonts/custom-fonts/TimesNewRomanPSMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=custom-fonts-non-google-fonts.css.map */