/*
Theme Name: BlankSlate Child
Template: blankslate
*/





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

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