@font-face {
    font-family: 'source-sans';
    font-style: normal;
    font-weight: 400;
    src: url("/static/SourceSans3-Regular.ttf") format("truetype"),
}

@font-face {
    font-family: 'source-sans';
    font-style: normal;
    font-weight: 900;
    src: url("/static/SourceSans3-Black.ttf") format("truetype");
}

@font-face {
    font-family: 'source-sans';
    font-style: italic;
    font-weight: 400;
    src: url("/static/SourceSans3-Italic.ttf") format("truetype"),
}

@font-face {
    font-family: 'source-sans';
    font-style: normal;
    font-weight: 300;
    src: url("/static/SourceSans3-Light.ttf") format("truetype"),
}