:root {
  --default-mb: 1rem;
  /** Font defaults **/
  --fw: bold;
  --lsl: -0.032rem;
  --lss: 0.032rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  letter-spacing: var(--lsl);
  margin-bottom: var(--default-mb);
  font-weight: var(--fw);
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.7;
}

small {
  font-size: 0.875rem;
}

p, ul, ol, blockquote, caption, address, fieldset, form, table, img {
  margin-bottom: var(--default-mb);
}

ul, ol {
  padding-left: 2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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