@use '../variables/fonts';
@use '../variables/line-height';

@use '../tools/rfs';

p.prose {
  @include rfs.font-size(18px);
  font-family: fonts.$font-family-body;
  line-height: line-height.$body;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  @include rfs.margin-bottom(18px);
  @include rfs.margin-top(18px);
}
