@font-face {
    font-family: 'SourceSansProBold';
    src: url('../SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: 'SourceSansProSemiBold';
    src: url('../SourceSansPro-SemiBold.ttf');
}

@font-face {
    font-family: 'SourceSansProLight';
    src: url('../SourceSansPro-Light.ttf');
}

body {
    font-family: 'SourceSansProLight', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

body h1, body h2, body h3, body h4, body h5, body .navigation {
    font-family: 'SourceSansProSemiBold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
