/* Webfont: SourceSans-Light */
@font-face {
    font-family: 'SourceSansLight';
    src: url('SourceSans3-Light.otf.woff2') format("woff2");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: SourceSans-Regular */
@font-face {
    font-family: 'SourceSansRegular';
    src: url('SourceSans3-Regular.otf.woff2') format('woff2'); /* Modern Browsers */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: SourceSans-Semibold */
@font-face {
    font-family: 'SourceSansSemibold';
    src: url('SourceSans3-Semibold.otf.woff2') format("woff2");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: SourceSans-Bold */
@font-face {
    font-family: 'SourceSansBold';
    src: url('SourceSans3-Bold.otf.woff2') format("woff2");
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: SourceSans-Black */
@font-face {
    font-family: 'SourceSansBlack';
    src: url('SourceSans3-Black.otf.woff2') format("woff2");
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

