@import url('css%3Ffamily=Cabin%257CRoboto+Mono%257CRoboto+Slab%257CSlabo+27px%257CLibre+Franklin.css');
.subtitle {
  font-family: 'Cabin';
}
h1 {
  font-family: 'Slabo 27px';
}
h1.title a {
  font-family: 'Slabo 27px';
}
h2 {
  font-family: 'Roboto Slab';
}
h3 {
  font-family: 'Cabin';
  font-size: 1.2rem;
}
body,
p,
a {
  font-family: 'Roboto Slab', sans-serif;
}
h1,
h2,
h3 {
  font-family: 'Libre Franklin';
}
pre {
  font-family: "Roboto Mono";
}
h1 {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
h2 {
  font-size: 1.2rem;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1;
}
h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
p {
  line-height: 1.6;
  color: #323232;
}
pre {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
a,
a:visited {
  color: #0000c8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
/*# sourceMappingURL=common.css.map */