@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.otf");
  font-style: normal;
}
@font-face {
  font-family: "BarlowLight";
  src: url("../fonts/Barlow-Light.otf");
  font-style: normal;
}
@font-face {
  font-family: "BarlowThin";
  src: url("../fonts/Barlow-Thin.otf");
  font-style: normal;
}
@font-face {
  font-family: "BarlowMedium";
  src: url("../fonts/Barlow-Medium.otf");
  font-style: normal;
}
@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/Barlow-Bold.otf");
  font-style: bold;
}
@font-face {
  font-family: "Authoria";
  src: url("../fonts/AuthoriaRegular.otf");
  font-style: normal;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: "Barlow", sans-serif;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p {
  color: #1c2537;
}

html body p, html body td, html body ul, html body li {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

/*# sourceMappingURL=00.fonts.css.map */
