html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

p:last-child {
  margin-bottom: 0;
}

.field--name-field-mg-body p {
  margin-bottom: 1rem;
}

.font-weight-300 {
  font-weight: 300;
}

.blockquote {
  border-left: 0.556rem solid #cfd8dc;
  padding-left: 1.5rem;
}

.blockquote.blockquote-reverse {
  border-left: none;
  padding-left: 0;
  border-right: 0.556rem solid #cfd8dc;
  padding-right: 1.5rem;
  text-align: right;
}

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