/* Fonts */

/* Signika */
@font-face {
    font-family: 'SignikaLight';
    src: url('../fonts/Signika-Light-webfont.eot');
    src: url('../fonts/Signika-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Signika-Light-webfont.woff') format('woff'),
         url('../fonts/Signika-Light-webfont.ttf') format('truetype'),
         url('../fonts/Signika-Light-webfont.svg#SignikaLight') format('svg');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'SignikaRegular';
    src: url('../fonts/Signika-Regular-webfont.eot');
    src: url('../fonts/Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Signika-Regular-webfont.woff') format('woff'),
         url('../fonts/Signika-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Signika-Regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SignikaSemibold';
    src: url('../fonts/Signika-Semibold-webfont.eot');
    src: url('../fonts/Signika-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Signika-Semibold-webfont.woff') format('woff'),
         url('../fonts/Signika-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/Signika-Semibold-webfont.svg#SignikaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SignikaBold';
    src: url('../fonts/Signika-Bold-webfont.eot');
    src: url('../fonts/Signika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Signika-Bold-webfont.woff') format('woff'),
         url('../fonts/Signika-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Signika-Bold-webfont.svg#SignikaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Source Sans Pro */
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansProItalic';
   /* src: url('../fonts/sourcesanspro-italic-webfont.eot');*/
   /* src: url('../fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');*/
         src: url('../fonts/sourcesanspro-italic-webfont.ttf') format('truetype');  
    font-weight: normal;
    font-style: italic;
}