/*******************************
            FONTS
*******************************/

@font-face {
    font-family: "Source Sans 3";
    font-weight: 200;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-ExtraLight.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 300;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-Light.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 400;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-Regular.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 500;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-Medium.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 600;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 700;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-Bold.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 800;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-ExtraBold.ttf');
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 900;
    src: url('../fonts/Source_Sans_3/static/SourceSans3-Black.ttf');
}