/*
 Theme Name:   nectarweb
 Theme URI:    https://nectarweb.pl
 Description:  Zapylamy w internety!
 Author:       B@rtas
 Author URI:   https://nectarweb.pl
 Template:     generatepress
 Version:      1.0
*/

/* TYPOGRAFIA GLOBALNA — WYMIUSZENIE ROZMIARÓW FONTÓW */

/* DESKTOP */
h1 {
  font-size: 2.75rem !important;
}

h2 {
  font-size: 2rem !important;
}
h3, h4, h5, h6 {
  font-size: 1.125rem !important;
}

p, d, ul, li {
  font-size: 1rem !important;
}

/* MOBILE */
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.4rem !important;
  }
	  h3, h4, h5, h6 {
    font-size: 1rem !important;
  }

  p, d, ul, li {
    font-size: 0.8rem !important;
  }
}
