@charset "utf-8";
/*
Title:	Fonts for non IE Browsers and IE9+
Author:	http://voodoocreative.com.au/
*/


@font-face {
    font-family: 'typebold';
	src: url('/Content/fonts/typebold.eot');
    src: url('/Content/fonts/typebold.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/typebold.woff') format('woff'),
         url('/Content/fonts/typebold.ttf') format('truetype'),
         url('/Content/fonts/typebold.svg#typebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'typelight';
    src: url('/Content/fonts/typelight.eot');
    src: url('/Content/fonts/typelight.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/typelight.woff') format('woff'),
         url('/Content/fonts/typelight.ttf') format('truetype'),
         url('/Content/fonts/typelight.svg#typelight') format('svg');
    font-weight: normal;
    font-style: normal;
}