@font-face {
    font-family: 'Source Sans Pro';
    src: url('./sourceSans/SourceSansPro-Bold.woff2') format('woff2'),
        url('./sourceSans/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./sourceSans/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('./sourceSans/SourceSansPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./sourceSans/SourceSansPro-Regular.woff2') format('woff2'),
        url('./sourceSans/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('./oswald/Oswald-Regular.woff2') format('woff2'),
        url('./oswald/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('./oswald/Oswald-SemiBold.woff2') format('woff2'),
        url('./oswald/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

