@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-ExtraLight.otf") format("opentype");
    font-weight: 100;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-Light.otf") format("opentype");
    font-weight: 200;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-Semibold.otf") format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-Bold.otf") format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-Black.otf") format("opentype");
    font-weight: 800;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("includes/fonts/SourceSansPro-It.otf") format("opentype");
    font-style: italic;
}