@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800,900");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,800");
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Nunito Sans"; */
  font-weight: 700 !important;
}
:root {
  /* font-family: Calibri !important; */
}

body {
  font-family: Lato !important;
  /* font-family: "PT Sans" !important; */
  font-size: 10.5px !important;
  padding: 1rem !important;
  max-width: 650px;
  margin: 0 auto !important;
}

.tag.is-primary {
  background-color: #2f94e6 !important;
}

.content {
  margin-bottom: 0.5rem !important;
}

.tag {
  font-size: 10.5px !important;
}

.header-tag-container {
  position: absolute;
  right: calc(100% + 0.5rem);
  opacity: 0.1;
  -webkit-transform: scale(5) translateY(10%) translateX(0px);
  transform: scale(5) translateY(10%) translateX(0px);
}

.lh-1 {
  line-height: 24px;
}
/*# sourceMappingURL=style.css.map */
