/*
nadpisanie styli psujących szablon

ul {
  list-style-type: disc;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.7rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4 !important;
  color: #283d5b;
}

.blog-article__content p, .blog-article__content ul li, .blog-article__content ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #8C8EA4;
}

*/