/* line 7, scss/base/typography.scss */
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child), p:not(:last-child), .p-xl:not(:last-child), .p-l:not(:last-child), .p-m:not(:last-child), .p-s:not(:last-child), .p-xs:not(:last-child) {
  margin-bottom: 16px; }

/* line 12, scss/base/typography.scss */
strong,
b,
p strong,
p b {
  font-weight: 700; }

/* line 21, scss/base/typography.scss */
.text-formatted ul {
  list-style: disc;
  padding-left: 1.5em;
  font: normal normal 400 16px/1.5 Poppins,sans-serif; }

/* line 28, scss/base/typography.scss */
.text-formatted ol {
  list-style: decimal;
  padding-left: 1.5em;
  font: normal normal 400 16px/1.5 Poppins,sans-serif; }

/* line 36, scss/base/typography.scss */
.text-formatted a:not([class*="btn"]) {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease; }

/* line 47, scss/base/typography.scss */
.highlighted {
  color: #55B5B1; }

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