/*FONTS*/

/*
exemplo:
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

Meter no <HEAD> se o @import der problemas
<link href="https://fonts.googleapis.com/css?family=Modak|Open+Sans:300i,400,400i,600,600i,700,700i,800i" rel="stylesheet"> 
*/



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:300,400,600i|Source+Serif+Pro:400,700');


@font-face {font-family: 'BasicSans-Bold';src: url('../fonts/31FC7D_0_0.eot');src: url('../fonts/31FC7D_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/31FC7D_0_0.woff2') format('woff2'),url('../fonts/31FC7D_0_0.woff') format('woff'),url('../fonts/31FC7D_0_0.ttf') format('truetype');}
 

@font-face {font-family: 'BasicSans-Regular';src: url('../fonts/31FC7D_D_0.eot');src: url('../fonts/31FC7D_D_0.eot?#iefix') format('embedded-opentype'),url('../fonts/31FC7D_D_0.woff2') format('woff2'),url('../fonts/31FC7D_D_0.woff') format('woff'),url('../fonts/31FC7D_D_0.ttf') format('truetype');}
 

.openSansRegular { font-family: 'Open Sans', sans-serif; font-weight: 400; }
.openSansLight { font-family: 'Open Sans', sans-serif; font-weight: 300; }
.openSansSemiBold { font-family: 'Open Sans', sans-serif; font-weight: 600; }
.openSansBold { font-family: 'Open Sans', sans-serif; font-weight: 700; }
.openSansExtraBold { font-family: 'Open Sans', sans-serif; font-weight: 800; }

.sourceSansProRegular { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; }
.sourceSansProLight { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; }
.sourceSansProSemiBoldItalic { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; font-style: italic; }

.sourceSerifProRegular { font-family: 'Source Serif Pro', serif; font-weight: 400; }
.sourceSerifProBold { font-family: 'Source Serif Pro', serif; font-weight: 700; }

.basicSansRegular { font-family: 'BasicSans-Regular'; }
.basicSansBold { font-family: 'BasicSans-Bold'; }