 /*
	Code By: Aaron Pellerine [spaquito.ca]
*/

@font-face {
	font-family: myFirstFont;
	src: url(../fonts/ebrima.ttf);
}

body, html {
	height: 100%;
  	margin: 0;
	font-family: myFirstFont;
	background-color: #373535;
	color: #2a9d8f;
}