
@font-face {
	font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro/SourceSansPro-Bold.otf') format('opentype'),
    url('../fonts/SourceSansPro/SourceSansPro-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/SourceSansPro/SourceSansPro-Semibold.otf') format('opentype'),
    url('../fonts/SourceSansPro/SourceSansPro-Semibold.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro/SourceSansPro-Regular.otf') format('opentype'),
    url('../fonts/SourceSansPro/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url('../fonts/SourceSansPro/SourceSansPro-Regular.otf') format('opentype'),
    url('../fonts/SourceSans/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}