.smartdocument__h6, .smartdocument__h5, .smartdocument__h4, .smartdocument__h3, .smartdocument__h2, .smartdocument__h1, .smartdocument__h--main {
  font-weight: 700;
  margin: 0 0 0.5em 0;
}

.smartdocument {
  padding: 1em 3.125em;
}
.smartdocument__h--main {
  font-size: 2em;
  line-height: 1.25;
}
.smartdocument__h1 {
  font-size: 1.625em;
  line-height: 1.25;
}
.smartdocument__h2 {
  font-size: 1.25em;
  line-height: 1.3;
}
.smartdocument__h3 {
  font-size: 1.125em;
  line-height: 1.4;
}
.smartdocument__h4 {
  font-size: 1.0625em;
  line-height: 1.4;
}
.smartdocument__h5 {
  font-size: 1em;
  line-height: 1.4;
}
.smartdocument__h6 {
  font-size: 0.9375em;
  line-height: 1.4;
}
.smartdocument__p {
  font-size: 0.875em;
}
.smartdocument__a {
  color: var(--pg-color-main);
  text-decoration: underline;
}
.smartdocument__ol {
  font-size: 0.875em;
}
.smartdocument__ol li::marker {
  color: var(--pg-color-main);
  font-weight: bold;
}
.smartdocument__ul {
  position: relative;
  list-style-type: none;
  font-size: 0.875em;
}
.smartdocument__ul li::before {
  content: "\e122";
  display: inline-block;
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  color: var(--pg-color-main);
  font-size: 0.75em;
  margin-left: -1.5em;
  position: absolute;
  margin-top: 0.25em;
}
.smartdocument__main {
  font-size: 0.875em;
  color: var(--pg-color-secondary);
}
.smartdocument__blockquote {
  position: relative;
  font-size: 0.875em;
  padding: 0.625em 0.9375em 0.625em 1.875em;
  color: color-mix(in hsl, var(--pg-color-paragraph), transparent 50%);
}
.smartdocument__blockquote::before {
  font-size: 1.2em;
  position: absolute;
  font-family: var(--pg-font-family-awesome);
  content: "\f10d";
  left: 0;
  font-weight: 900;
}
.smartdocument__blockquote p {
  font-size: inherit;
  color: color-mix(in hsl, var(--pg-color-paragraph), transparent 50%);
}
