/* major elements */
body	{
  font-family: Courier Prime;
	background-color: white;
	color: #959595;
}
h1		{
	font-size: 35;
}
h2		{
	font-size: 25;
}
p			{
	font-size: 16;
}
/* -------------------------------------------------------------------------- */
/* class selectors */
/* -------------------------------------------------------------------------- */
/* courier prime start ----------------------- */
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}
/* courier prime end */
/* dark mode */
@media	(prefers-color-scheme: dark) {
	body			{
	background-color: #354245;
	}
}
.header-image		{
	width: 100%;
	margin-top: 2%;
}