@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap'); 

:root {
	--PBLblue: #305b7b;
	--PBLblue2: #42729f;
	--PBLbluedarker: #163a55;
	--PBLgray: #d1d2d4;
    
}



body {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000;
}

a:hover img {
   opacity: 0.8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


h1 {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-size: 18pt;
  margin-top: 0;
  margin-bottom: 10pt;
  color: var(--PBLgray);
}
h2 {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 100;
  margin-top: 0;
  font-size: 14pt;
  margin-bottom: 10pt;
  color: var(--PBLgray);
}
h2 strong {
  font-weight: 400;
}
/*
h3 {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 30pt;
  font-size: 24pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
h4 {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 30pt;
  font-size: 18pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
*/
p {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  margin-top: 0;
  font-size: 12pt;
  color: var(--PBLgray);
}
/*
ul {
	padding-left: 18pt;
	margin: 10px 0;
}
li {
  font-family: Heebo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-size: 16pt;
  list-style: square;
  color: #000;
  margin-bottom: 5px;
}
*/
a, a:visited {
	color: var(--PBLbluedarker);
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.smaller {
  font-size: medium;
}