@charset "utf-8";
/* CSS Document */
/*@import url(font.css);*/

/*
.Quicksand{
font-family: 'Quicksand', sans-serif;
}

.Source{
font-family: 'Source Sans Pro', sans-serif;
}
.Open_Sans{
font-family: 'Open Sans', sans-serif;
}
.Open{
font-family: 'Source Sans Pro', sans-serif;
}
*/
@font-face {
font-family: "SourceSansPro";
src:url('../fonts/source-sans-pro/SourceSansPro-Regular.otf')
format("opentype");
}
@font-face {
font-family: "SourceSansPro";
font-weight: 400;
src:url('../fonts/source-sans-pro/SourceSansPro-Regular.otf')
format("opentype");
}

@font-face {
font-family: "SourceSansPro";
font-weight: 600;
src:url('../fonts/source-sans-pro/SourceSansPro-Semibold.otf')
format("opentype");
}

@font-face {
font-family: "SourceSansPro";
font-weight: bold;
src:url('../fonts/source-sans-pro/SourceSansPro-Bold.otf')format("opentype");
}
@font-face {
font-family: "SourceSansPro";
font-weight: 700;
src:url('../fonts/source-sans-pro/SourceSansPro-Bold.otf')format("opentype");
}

@font-face {
font-family: "SourceSansPro";
font-weight: 100;
src:url('../fonts/source-sans-pro/SourceSansPro-Light.otf')format("opentype");
}
/* =================== Source-Sans-Pro.otf ==================================== */


