@charset "utf-8";
p.has-large-font-size, p.has-regular-font-size, p.has-small-font-size {
  margin: 1em auto;
  max-width: 72rem;
  width: fit-content;
  line-height: 2em;
  font-weight: 300; }
@media (max-width:959px) {
  p.has-large-font-size, p.has-regular-font-size, p.has-small-font-size {
    max-width: 90vw;
    width: fit-content; } }
p.has-large-font-size {
  font-size: 1.8rem; }
p.has-regular-font-size {
  font-size: 1.4rem; }
p.has-small-font-size {
  font-size: 1.2rem; }
