@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Regular.ttf.woff2") format("woff2"),
        url("./SourceSansPro-Regular.ttf.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Light.ttf.woff2") format("woff2"), url("./SourceSansPro-Light.ttf.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Semibold.ttf.woff2") format("woff2"),
        url("./SourceSansPro-Semibold.ttf.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Bold.ttf.woff2") format("woff2"), url("./SourceSansPro-Bold.ttf.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
