@font-face {
    font-family: 'Source Sans Medium';
    src: local('SourceSans3-Medium.ttf'), local('SourceSans3-Medium.ttf'),
        url('SourceSans3-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Bold';
    src: local('SourceSans3-Bold.ttf'), local('SourceSans3-Bold.ttf'),
        url('SourceSans3-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
