/*! fontface.css */

@font-face {
	font-family: "Fira Code";
	font-weight: 600;
	src: local("Fira Code"), url("../fonts/FiraCode-VariableFont_wght.woff2") format("woff2");
}

@font-face {
	font-family: 'Alt System Code';
	font-weight: 600;
	src: local('Alt System Code'), url('../fonts/altsystemcodebold.woff2') format('woff2');
}

@font-face {
	font-family: 'MinstrelPosterWHGRegular';
	src: url('../fonts/MINSPSW_-webfont.eot');
	src: url('../fonts/MINSPSW_-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MINSPSW_-webfont.woff') format('woff'),
		url('../fonts/MINSPSW_-webfont.ttf') format('truetype'),
		url('../fonts/MINSPSW_-webfont.svg#MinstrelPosterWHGRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MetrophobicRegular';
	src: url('../fonts/Metrophobic-webfont.eot');
	src: url('../fonts/Metrophobic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Metrophobic-webfont.woff') format('woff'),
		url('../fonts/Metrophobic-webfont.ttf') format('truetype'),
		url('../fonts/Metrophobic-webfont.svg#MetrophobicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OrbitronMedium';
	src: url('../fonts/orbitron-medium-webfont.eot');
	src: url('../fonts/orbitron-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/orbitron-medium-webfont.woff') format('woff'),
		url('../fonts/orbitron-medium-webfont.ttf') format('truetype'),
		url('../fonts/orbitron-medium-webfont.svg#OrbitronMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Orbitron';
	font-style: normal;
	font-weight: 400;
	src: local('Orbitron-Light'), local('Orbitron-Regular'), url('https://fonts.gstatic.com/s/orbitron/v7/HmnHiRzvcnQr8CjBje6GQvesZW2xOQ-xsNqO47m55DA.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
	font-family: 'OrbitronBlack';
	font-style: normal;
	font-weight: 900;
	src: local('Orbitron-Black'), url('https://fonts.gstatic.com/s/orbitron/v7/FyvTORElv6iWeP2Jf9yG3Y4P5ICox8Kq3LLUNMylGO4.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}



