﻿
@font-face {
	font-family: 'Shadows Into Light Two';
	font-style: normal !important;
	font-weight: 400;
	src:
		local('Shadows Into Light Two'),
		local('ShadowsIntoLightTwo-Regular'),		
		url('webfonts/sil2w.woff') format('woff'),
		url('webfonts/sil2t.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome/fontawesome-webfont.eot?v=3.2.1');
    src: 
		url('font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('font-awesome/fontawesome-webfont.woff?v=3.2.1') format('woff'),	
		url('font-awesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}