@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('/static/webfonts/proximanova-regular-webfont.eot');
    src: url('/static/webfonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/webfonts/proximanova-regular-webfont.woff') format('woff'),
         url('/static/webfonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/static/webfonts/proximanova-regular-webfont.svg#proxima_nova_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_light';
    src: url('/static/webfonts/proximanova-light-webfont.eot');
    src: url('/static/webfonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/webfonts/proximanova-light-webfont.woff') format('woff'),
         url('/static/webfonts/proximanova-light-webfont.ttf') format('truetype'),
         url('/static/webfonts/proximanova-light-webfont.svg#proxima_nova_light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('/static/webfonts/proximanova-semibold-webfont.eot');
    src: url('/static/webfonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/webfonts/proximanova-semibold-webfont.woff') format('woff'),
         url('/static/webfonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/static/webfonts/proximanova-semibold-webfont.svg#proxima_nova_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "UTF-8";
/* CSS Document */


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