@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("./fonts/Source-Sans-Pro/SourceSansPro-Regular.eot");
    src: local("Source Sans Pro"), local("SourceSansPro-Regular"),
        url("./fonts/Source-Sans-Pro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Source-Sans-Pro/SourceSansPro-Regular.woff") format("woff"),
        url("./fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.eot");
    src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"),
        url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.woff") format("woff"),
        url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("./fonts/Source-Sans-Pro/SourceSansPro-Bold.eot");
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
        url("./fonts/Source-Sans-Pro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Source-Sans-Pro/SourceSansPro-Bold.woff") format("woff"),
        url("./fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf") format("truetype");
}