/* Self-hosted web fonts (latin subset, variable weights).
   Replaces the render-blocking Google Fonts stylesheets. */
@font-face {
    font-family: 'SUSE';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url(../fonts/suse-latin.woff2) format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url(../fonts/dm-sans-latin.woff2) format('woff2');
}
/* DM Sans italic is synthesised: it only styles two small notes and cost 76 KB. */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(../fonts/playfair-display-latin.woff2) format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url(../fonts/playfair-display-italic-latin.woff2) format('woff2');
}
@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(../fonts/karla-latin.woff2) format('woff2');
}
