@font-face {
	font-family: 'Edge of the Galaxy Regular';
	src: 
		url('../fonts/edge_of_the_galaxy/woff2/EdgeOfTheGalaxyRegular-OVEa6.woff2') format('woff2'), /* Modern browsers. */
		url('../fonts/edge_of_the_galaxy/woff/EdgeOfTheGalaxyRegular-OVEa6.woff') format('woff'),   /* Main fallback. */
		url('../fonts/edge_of_the_galaxy/truetypes/EdgeOfTheGalaxyRegular-OVEa6.ttf') format('truetype'), /* Safari, Android, iOS. */
		url('../fonts/edge_of_the_galaxy/opentypes/EdgeOfTheGalaxyRegular-OVEa6.otf') format('opentype'); /* Safari, Android, iOS. */
	  
		/* Optional: Specify weight and style if needed. */
	font-weight: 400; /* 400 is 'normal'. */
	font-style: normal;
	font-display: swap; /* Improves perceived load time. */
}

@font-face {
	font-family: 'Edge of the Galaxy Italic';
	src: 
		url('../fonts/edge_of_the_galaxy/woff2/EdgeOfTheGalaxyItalic-ZVJB3.woff2') format('woff2'), /* Modern browsers. */
		url('../fonts/edge_of_the_galaxy/woff/EdgeOfTheGalaxyItalic-ZVJB3.woff') format('woff'),   /* Main fallback. */
		url('../fonts/edge_of_the_galaxy/truetypes/EdgeOfTheGalaxyItalic-ZVJB3.ttf') format('truetype'), /* Safari, Android, iOS. */
		url('../fonts/edge_of_the_galaxy/opentypes/EdgeOfTheGalaxyItalic-ZVJB3.otf') format('opentype'); /* Safari, Android, iOS. */
	  
	/* Optional: Specify weight and style if needed. */
	font-weight: 400; /* 400 is 'normal'. */
	font-style: italic;
	font-display: swap; /* Improves perceived load time. */
}

@font-face {
	font-family: 'Edge of the Galaxy Poster';
	src: 
		url('../fonts/edge_of_the_galaxy/woff2/EdgeOfTheGalaxyPoster-3zRAp.woff2') format('woff2'), /* Modern browsers. */
		url('../fonts/edge_of_the_galaxy/woff/EdgeOfTheGalaxyPoster-3zRAp.woff') format('woff'),   /* Main fallback. */
		url('../fonts/edge_of_the_galaxy/truetypes/EdgeOfTheGalaxyPoster-3zRAp.ttf') format('truetype'), /* Safari, Android, iOS. */
		url('../fonts/edge_of_the_galaxy/opentypes/EdgeOfTheGalaxyPoster-3zRAp.otf') format('opentype'); /* Safari, Android, iOS. */
	  
	/* Optional: Specify weight and style if needed. */
	font-weight: 400; /* 400 is 'normal'. */
	font-style: normal;
	font-display: swap; /* Improves perceived load time. */
}

@font-face {
	font-family: 'Edge of the Galaxy Poster Italic';
	src: 
		url('../fonts/edge_of_the_galaxy/woff2/EdgeOfTheGalaxyPosterItalic-x3o1m.woff2') format('woff2'), /* Modern browsers. */
		url('../fonts/edge_of_the_galaxy/woff/EdgeOfTheGalaxyPosterItalic-x3o1m.woff') format('woff'),   /* Main fallback. */
		url('../fonts/edge_of_the_galaxy/truetypes/EdgeOfTheGalaxyPosterItalic-x3o1m.ttf') format('truetype'), /* Safari, Android, iOS. */
		url('../fonts/edge_of_the_galaxy/opentypes/EdgeOfTheGalaxyPosterItalic-x3o1m.otf') format('opentype'); /* Safari, Android, iOS. */
	  
	/* Optional: Specify weight and style if needed. */
	font-weight: 400; /* 400 is 'normal'. */
	font-style: italic;
	font-display: swap; /* Improves perceived load time. */
}

.font-eotg {
	font-family:'Edge of the Galaxy Regular', Arial, sans-serif;
	letter-spacing: 2px;
	line-height:1.25;
}

.font-eotg-poster {
	font-family:'Edge of the Galaxy Poster', Arial, sans-serif;
	letter-spacing: 3px;
	line-height:1.25;
}