@font-face { 
    font-family: 'SourceSans3';
    src: url('/common/fonts/SourceSans3-Light.woff2') format('woff2'),
         url('/common/fonts/SourceSans3-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face { 
    font-family: 'SourceSans3';
    src: url('/common/fonts/SourceSans3-Regular.woff2') format('woff2'),
         url('/common/fonts/SourceSans3-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face { 
    font-family: 'SourceSans3';
    src: url('/common/fonts/SourceSans3-Semibold.woff2') format('woff2'),
         url('/common/fonts/SourceSans3-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face { 
    font-family: 'SourceSans3';
    src: url('/common/fonts/SourceSans3-Bold.woff2') format('woff2'),
         url('/common/fonts/SourceSans3-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face { 
    font-family: 'SourceSans3';
    src: url('/common/fonts/SourceSans3-Black.woff2') format('woff2'),
         url('/common/fonts/SourceSans3-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}