@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:    url('../Fonts/source-sans-pro/400.eot');
    src:    url('../Fonts/source-sans-pro/400.eot?#iefix') format('embedded-opentype'),
            url('../Fonts/source-sans-pro/400.woff2') format('woff2'),
            url('../Fonts/source-sans-pro/400.woff') format('woff'),
            url('../Fonts/source-sans-pro/400.ttf') format('truetype')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:    url('../Fonts/source-sans-pro/300.eot');
    src:    url('../Fonts/source-sans-pro/300.eot?#iefix') format('embedded-opentype'),
            url('../Fonts/source-sans-pro/300.woff2') format('woff2'),
            url('../Fonts/source-sans-pro/300.woff') format('woff'),
            url('../Fonts/source-sans-pro/300.ttf') format('truetype')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:    url('../Fonts/source-sans-pro/600.eot');
    src:    url('../Fonts/source-sans-pro/600.eot?#iefix') format('embedded-opentype'),
            url('../Fonts/source-sans-pro/600.woff2') format('woff2'),
            url('../Fonts/source-sans-pro/600.woff') format('woff'),
            url('../Fonts/source-sans-pro/600.ttf') format('truetype')
}

body {
    font-family: 'Source Sans Pro',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Noto Sans",sans-serif !important;
}