@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@import url(https://fonts.googleapis.com/css?family=Sanchez);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Rock+Salt);

@font-face {
    font-family: 'LeagueGothic';
    src: url('/static/css/fonts/League_Gothic-webfont.eot');
    src: url('/static/css/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/css/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/static/css/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/static/css/fonts/League_Gothic-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museosans';
    src: url('/static/css/fonts/museosans_100-webfont.eot');
    src: url('/static/css/fonts/museosans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/css/fonts/museosans_100-webfont.woff') format('woff'),
         url('/static/css/fonts/museosans_100-webfont.ttf') format('truetype'),
         url('/static/css/fonts/museosans_100-webfont.svg#museosans') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'androgyne';
    src: url('/static/css/fonts/androgyne_tb-webfont.eot');
    src: url('/static/css/fonts/androgyne_tb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/css/fonts/androgyne_tb-webfont.woff') format('woff'),
         url('/static/css/fonts/androgyne_tb-webfont.ttf') format('truetype'),
         url('/static/css/fonts/androgyne_tb-webfont.svg#androgyne') format('svg');
    font-weight: normal;
    font-style: normal;

}