@font-face {
    font-family: 'SourceSans3-Light';
    src: url('../source_sans_3/SourceSans3-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3-Regular';
    src: url('../source_sans_3/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3-SemiBold';
    src: url('../source_sans_3/SourceSans3-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3-Bold';
    src: url('../source_sans_3/SourceSans3-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3-Italic';
    src: url('../source_sans_3/SourceSans3-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSans3-BoldItalic';
    src: url('../source_sans_3/SourceSans3-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}