@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-Bold.ttf' ) format( 'truetype' );
	font-weight : bold;
	font-style : normal;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-BoldItalic.ttf' ) format( 'truetype' );
	font-weight : bold;
	font-style : italic;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-Heavy.ttf' ) format( 'truetype' );
	font-weight : 900;
	font-style : normal;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-HeavyItalic.ttf' ) format( 'truetype' );
	font-weight : 900;
	font-style : italic;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-Italic.ttf' ) format( 'truetype' );
	font-weight : normal;
	font-style : italic;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-Light.ttf' ) format( 'truetype' );
	font-weight : 300;
	font-style : normal;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-LightItalic.ttf' ) format( 'truetype' );
	font-weight : 300;
	font-style : italic;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-Regular.ttf' ) format( 'truetype' );
	font-weight : normal;
	font-style : normal;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-Thin.ttf' ) format( 'truetype' );
	font-weight : 100;
	font-style : normal;
}

@font-face
{
	font-family : 'FSElliot';
	src : url( '../fonts/FSElliot-ThinItalic.ttf' ) format( 'truetype' );
	font-weight : 100;
	font-style : italic;
}