/* Rosehill — self-hosted fonts */
/* Source Sans Pro — self-hosted (latin subset) so pages do not block
   on Google Fonts CSS at render time. */
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300; font-style: normal; font-display: swap;
    src: url('fonts/SourceSansPro-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400; font-style: normal; font-display: swap;
    src: url('fonts/SourceSansPro-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600; font-style: normal; font-display: swap;
    src: url('fonts/SourceSansPro-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700; font-style: normal; font-display: swap;
    src: url('fonts/SourceSansPro-Bold.woff2') format('woff2');
}
