/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500&display=swap";
@font-face {
  font-family: "source_sans_probold";
  src: url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold_italic";
  src: url("../fonts/sourcesanspro-boldit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-boldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proitalic";
  src: url("../fonts/sourcesanspro-it-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proSBdIt";
  src: url("../fonts/sourcesanspro-semiboldit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-semiboldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.hero{
	background-color: white;
}
.hero h1 {
/*   font-family: "URW DIN", medium; */
  font-weight: 400;
  font-size: 2.5em;
  color: #006633;
  text-shadow: none;
}

.hero.dark{
	background-color: rgb(24, 26, 27);
}
.hero.dark h1{
	color: #2bb673;
}


.contents-credits-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.blockquote {
  margin: 0 0 1rem;
}

.table-striped td:nth-child(2){
	text-align: right;
}

/*# sourceMappingURL=styles.css.map */
