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

:root {
    --TPGblack: #000;
}



body {
  font-family: Montserrat, "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-weight: 400;
  font-size: 36pt;
  margin-top: 0;
  margin-bottom: 10pt;
  color: var(--TPGblack);
}
h2 {
  font-weight: 400;
  margin-top: 0;
  font-size: 18pt;
  margin-bottom: 10pt;
  color: var(--TPGblack);
}
h2 strong {
  font-weight: 400;
}
/*
h3 {
  font-weight: 700;
  margin-top: 30pt;
  font-size: 24pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
h4 {
  font-weight: 700;
  margin-top: 30pt;
  font-size: 18pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
*/
p {
  font-weight: 200;
  margin-top: 0;
  font-size: 14pt;
  color: var(--TPGblack);
}
/*
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(--TPGblack);
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.smaller {
  font-size: medium;
}