@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/source-sans-pro/SourceSansPro-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/source-sans-pro/SourceSansPro-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Regular Clarivate';
    src: url('../fonts/regular-clarivate/RegularClarivate-RegularWEB.woff2') format('woff2'),
    url('../fonts/regular-clarivate/RegularClarivate-RegularWEB.woff') format('woff'),
    url('../fonts/regular-clarivate/RegularClarivate-RegularWEB.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Regular Clarivate';
    src: url('../fonts/regular-clarivate/RegularClarivate-BoldWEB.woff2') format('woff2'),
    url('../fonts/regular-clarivate/RegularClarivate-BoldWEB.woff') format('woff'),
    url('../fonts/regular-clarivate/RegularClarivate-BoldWEB.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
