@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    src: url(../fonts/SourceSansPro-Light.otf);
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/SourceSansPro-LightIt.otf);
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    src: url(../fonts/SourceSansPro-Regular.otf);
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/SourceSansPro-It.otf);
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    src: url(../fonts/SourceSansPro-Bold.otf);
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/SourceSansPro-BoldIt.otf);
}


@font-face {
    font-family: 'Source Serif Pro';
    font-weight: 400;
    src: url(../fonts/SourceSerif4-Regular.ttf);
}
@font-face {
    font-family: 'Source Serif Pro';
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/SourceSerif4-Italic.ttf);
}
@font-face {
    font-family: 'Source Serif Pro';
    font-weight: 700;
    src: url(../fonts/SourceSerif4-Bold.ttf);
}
@font-face {
    font-family: 'Source Serif Pro';
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/SourceSerif4-BoldItalic.ttf);
}