@font-face {
	font-family: "terminal";
	src: url("fonts/terminal-grotesque_open.otf") format("opentype");
}

@font-face {
	font-family: "degheest";
	src: url("fonts/Director-Regular.woff") format("woff");
}

@font-face {
	font-family: "Spectral";
	src: url("fonts/Spectral/Spectral-Bold.ttf") format("truetype");
	font-weight: normal;
}

h1 {
  color: #FFFFFF;
  font-family: Spectral, 
}

p {
  color: #FFFFFF; 
  font-family: "Spectral", 
}

img {
  max-width: 60%;
  height: auto;
  display: block; /* Removes extra space below the image */
}

body {
  background-color: black;
  font-family: "degheest";
	src: url("fonts/Director-Regular.woff") format("woff");
}
}