/* Source Sans Pro (Latin subset), self-hosted. Replaces the Google Fonts
   @import that ships with Bootswatch Cosmo. Keep weights and style in
   sync with what Cosmo actually uses: 300, 400, 700 normal. */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./source-sans-pro-latin-300-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./source-sans-pro-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./source-sans-pro-latin-700-normal.woff2') format('woff2');
}
