@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,800;1,300;1,400;1,800&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-size: 90%;
  font-size: 1.3em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

h1{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
}

h2, h2 a{
  font-size: 1.6em;
}

/*
h3{
  font-size: 18px;
}
h4{
  font-size: 14px;
}
h5{
  font-size: 10px;
}
h6{
  font-size: 6px;
}*/

/*p, a, ul{
  font-size: 13px;
}*/