/* License for Atkinson Hyperlegible is the SIL Open Font License: https://scripts.sil.org/OFL */

@font-face {
  font-family: "atkinson";
  src: url("/fonts/Atkinson-Hyperlegible-Regular-102.woff") format('woff');
}

@font-face {
  font-family: "atkinson";
  src: url("/fonts/Atkinson-Hyperlegible-Bold-102.woff") format('woff');
  font-weight: bold;
}

@font-face {
  font-family: "atkinson";
  src: url("/fonts/Atkinson-Hyperlegible-BoldItalic-102.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "atkinson";
  src: url("/fonts/Atkinson-Hyperlegible-Italic-102.woff") format('woff');
  font-style: italic;
}

/* License for SourceCode Pro is the SIL Open Font License: https://scripts.sil.org/OFL */

@font-face {
  font-family: "SourceCodePro";
  src: url("/fonts/SourceCodePro-It.otf.woff") format('woff');
  font-style: italic;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/fonts/SourceCodePro-Regular.otf.woff") format('woff');
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/fonts/SourceCodePro-Bold.otf.woff") format('woff');
  font-weight: bold;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/fonts/SourceCodePro-BoldIt.otf.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}
