/* Mniejsze i subtelniejsze nagłówki tylko dla treści strony */
.page h1, .single-post h1 {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.page h2, .single-post h2 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.page h3, .single-post h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

/* Dostosowanie nagłówków do urządzeń mobilnych */
@media (max-width: 768px) {
  .page h1, .single-post h1 {
    font-size: 24px !important;
  }

  .page h2, .single-post h2 {
    font-size: 20px !important;
  }

  .page h3, .single-post h3 {
    font-size: 17px !important;
  }
}