/*Black*/
@font-face {
    font-family: 'Source Sans Pro';
    src: url('./SourceSansPro-Black.eot');
    src: url('./SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('./SourceSansPro-Black.woff2') format('woff2'),
        url('./SourceSansPro-Black.woff') format('woff'),
        url('./SourceSansPro-Black.ttf') format('truetype'),
        url('./SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

/*Bold*/
@font-face {
    font-family: 'Source Sans Pro';
    src: url('./SourceSansPro-Bold.eot');
    src: url('./SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./SourceSansPro-Bold.woff2') format('woff2'),
        url('./SourceSansPro-Bold.woff') format('woff'),
        url('./SourceSansPro-Bold.ttf') format('truetype'),
        url('./SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

