/* fonts */
/* add the fonts into assets/fonts/ folder.
*/
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/sourcesanspro-regular.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/sourcesanspro-light.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/sourcesanspro-semibold.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/sourcesanspro-bold.woff);
    font-display: swap;
}