/*
Font SourceSansPro lokal eingebunden
 */
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 500;
    font-style: normal;
    src: url('../Fonts/SourceSansPro/SourceSansPro-Regular.ttf') format('truetype'), url("../Fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"), url("../Fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2");
}
@font-face {
    font-family: 'SourceSansPro Semibold';
    font-weight: bold;
    font-style: normal;
    src: url('../Fonts/SourceSansPro/SourceSansPro-Semibold.ttf') format('truetype'), url("../Fonts/SourceSansPro/SourceSansPro-Semibold.woff") format("woff"), url("../Fonts/SourceSansPro/SourceSansPro-Semibold.woff2") format("woff2");
}
