@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-v20-latin-regular.eot');
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'),
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}

html, body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgb(20,30,60);
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 12px 0px;
}

li {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 6px 0px;
}

a {
  font-size: 16px;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 16px 0px 8px 0px;
  font-weight: bold;
}

h1 {
  font-size: 18px;
  line-height: 24px;
  color: rgb(255,255,255);
  background-color: rgb(0,84,134);
  padding: 6px 10px;
}

h2 {
  font-size: 16px;
  line-height: 22px;
  color: rgb(0,0,0);
  background-color: rgb(217,217,217);
  padding: 4px 8px;
}

h3 {
  font-size: 16px;
  line-height: 20px;
  color: rgb(255,255,255);
}

h4 {
  font-size: 14px;
  line-height: 20px;
  color: rgb(0,84,134);
}

h5 {
  font-size: 16px;
  line-height: 22px;
  color: rgb(0,84,134);
}

h6 {
  font-size: 14px;
  line-height: 20px;
  color: rgb(0,82,134);
}

@media (prefers-color-scheme: dark) {
  html, body { color: rgb(240,240,240); }
}
