@font-face {

    font-family: 'Source Sans Pro';

    src: local('Source Sans Pro'), local('SourceSansPro-Regular'),

        url('webfonts/SourceSansPro-Regular.woff2') format('woff2'),

        url('webfonts/SourceSansPro-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Source Sans Pro';

    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),

        url('webfonts/SourceSansPro-Light.woff2') format('woff2'),

        url('webfonts/SourceSansPro-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Source Sans Pro';

    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),

        url('webfonts/SourceSansPro-Semibold.woff2') format('woff2'),

        url('webfonts/SourceSansPro-Semibold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



