/*
  Theme Name: GeneratePress Child
  Template: generatepress
*/

/* Post typography */
  .entry-content h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }

  .entry-content h2 {
    font-size: 1.6rem;
    line-height: 1.35;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .entry-content p {
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }

  .entry-content ul,
  .entry-content ol {
    line-height: 1.8;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
  }

  .entry-content li {
    margin-bottom: 0.4rem;
  }

  /* Heading weight and color */
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    font-weight: 700;
    color: #111111;
  }

