/* OPEN SANS FONT */

@font-face {
	font-family: Open-Sans;
	src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
	font-family: Open-Sans;
	src: url('../fonts/Open_Sans/OpenSans-Semibold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: Open-Sans;
	src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
	font-weight: 300;
}

/*ORBITRON FONT*/
@font-face {
	font-family: Orbitron;
	src: url('../fonts/Orbitron/Orbitron-Regular.ttf');
	font-weight: 300;
}

/*ARCHITECTS-DAUGHTER FONT*/
@font-face {
	font-family: Architects_Daughter;
	src: url('../fonts/Architects_Daughter/ArchitectsDaughter.ttf');
	font-weight: 300;
}