body {
  font-size: var(--psi-fs-body-base);
  line-height: var(--psi-lh-body-base);
  color: var(--psi-color-black);
  font-family: var(--psi-ff-base);
}

strong,
b {
  font-weight: var(--psi-fw-bold);
}

p {
  margin: 0.5rem 0;
  font-size: 20px;
  font-weight: var(--psi-fw-regular);
  line-height: 28.13px;
}

p.small {
  font-size: 13px;
  line-height: 18.28px;
  font-weight: var(--psi-fw-light);
}

blockquote {
  text-indent: -0.4em;
  font-style: italic;
}

blockquote:not(:first-child) {
  margin: 16px 0 0;
}

.color-green-dark {
  color: var(--psi-color-green-dark);
}

.color-green {
  color: var(--psi-color-green);
}