p, ul, ol {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 20px auto;
  font-family: var(--pokpok-font-light);
}
li {
  margin: 6px 0;
}

p.tall {
  margin: 40px auto;
}

p.large {
  font-family: var(--pokpok-font-regular);
  font-size: 1.7rem;
}

p.thin {
  max-width: 700px;
}
p.extrathin {
  max-width: 450px;
}

p.small {
  font-size: 1.1rem;
  opacity: .9;
  font-family: var(--pokpok-font-semilight);
}

.small_text p, .small_text ul, .small_text ol {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.h5 + p, .h5 + ul, .h5 + ol {
  margin-top: 0;
}

p a {
  color: inherit;
}

@media (max-width: 700px) {
  p, ul, ol {
    font-size: 1.1rem;
  }
  .small_text p, .small_text ul, .small_text ol {
    font-size: 1rem;
  }
  p.large {
    font-size: 1.2rem;
  }
  p.tall {
    margin: 20px auto;
  }
}

p.light {
  font-family: var(--pokpok-font-light);
}
p.semilight {
  font-family: var(--pokpok-font-semilight);
}
p.semilight strong {
  font-family: var(--pokpok-font-regular);
}

p span.red { color: var(--pokpok-color-red); }
p span.blue { color: var(--pokpok-color-blue); }
p span.green { color: var(--pokpok-color-green); }
p span.yellow { color: var(--pokpok-color-yellow); }
