html, body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14pt;
  line-height: 167%;
}

h1 {
  font-size: 40pt;
  font-weight: 900;
  margin-top: 0;
}

h2 {
  font-size: 24pt;
  font-weight: 700;
}

code, kbd, samp {
  font-family: "Inconsolata", monospace;
  font-weight: 500;
}

.content-area h1 {
  margin-top: 2rem;
}
.content-area h2 {
  margin-top: 2rem;
}
.content-area dl, .content-area ol, .content-area ul {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.content-area li {
  margin-bottom: 0.6rem;
}

.callout h1 {
  font-size: 40pt;
}
@media (min-width: 768px) {
  .callout h1 {
    font-size: 48pt;
  }
}
.callout p {
  font-size: 16pt;
}
@media (min-width: 768px) {
  .callout p {
    line-height: 180%;
  }
}
.callout.dark-bg {
  color: white;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.flex-column-expand {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.academy-social-bar-outer {
  color: black;
  font-weight: bold;
}

/*# sourceMappingURL=typography.css.map */
