@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local(SourceSansPro-Regular),
    url(../Fonts/SourceSansPro-Regular.ttf.woff2) format("woff2"),
    url(../Fonts/SourceSansPro-Regular.otf.woff) format("woff");
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: local("Source Sans Pro Bold"), local(SourceSansPro-Bold),
    url(../Fonts/SourceSansPro-Bold.ttf.woff2) format("woff2"),
    url(../Fonts/SourceSansPro-Bold.otf.woff) format("woff");
}

@font-face {
    font-family: "Source Sans Pro Italic";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Italic"), local(SourceSansPro-Regular-Italic),
    url(../Fonts/SourceSansPro-It.ttf.woff2) format("woff2"),
    url(../Fonts/SourceSansPro-It.otf.woff) format("woff");
}

@font-face {
    font-family: "Source Sans Pro Italic";
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: local("Source Sans Pro Bold Italic"), local(SourceSansPro-Bold-Italic),
    url(../Fonts/SourceSansPro-BoldIt.ttf.woff2) format("woff2"),
    url(../Fonts/SourceSansPro-BoldIt.otf.woff) format("woff");
}
