/* Source Sans 3 (formerly Source Sans Pro) — self-hosted
 * Paths are relative to this CSS file, which is served from _assets/hash/Css/
 * so ../Fonts/SourceSansPro/ correctly resolves to _assets/hash/Fonts/SourceSansPro/
 */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Fonts/SourceSansPro/SourceSans3-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Fonts/SourceSansPro/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Fonts/SourceSansPro/SourceSans3-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Fonts/SourceSansPro/SourceSans3-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
