@font-face {
    font-family: 'Source Sans';
    font-weight: 400;
    font-stretch: normal;
    src: url('./SourceSans3-Regular.ttf.woff2') format('woff2'),
        url('./SourceSans3-Regular.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans';
    font-weight: 700;
    font-stretch: normal;
    src: url('./SourceSans3-Bold.ttf.woff2') format('woff2'),
        url('./SourceSans3-Bold.otf.woff') format('woff');
}
