/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Bree+Serif);
*/

@font-face {
    font-family: "coolvetica";
    src: url();
    src: url('/fonts/coolvetica.eot?#iefix') format('embedded-opentype'), 
         url('/fonts/coolvetica.woff') format('woff'),
         url('/fonts/coolvetica.ttf') format('truetype'),
         url('/fonts/coolvetica.otf') format('otf');
}
@font-face {
	font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
         url('/fonts/Roboto-Regular.woff') format('woff'),
         url('/fonts/Roboto-Regular.otf') format('otf'),
         url('/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Exo-Regular';
    src: url('/fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'), 
         url('/fonts/Exo-Regular.woff') format('woff'),
         url('/fonts/Exo-Regular.otf') format('otf'),
         url('/fonts/Exo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


