/* ------------------------------------------------------------------
   Self-hosted webfont - Open Sans (Latin)
   Only the weights actually referenced in style.css/custom.css are
   included (300/400/600/700 regular). Previously this site loaded
   16 TTF files across three families (Open Sans, Lora, Raleway,
   including unused italics and an 800 weight) totalling ~688KB.
   Lora and Raleway were not referenced by any selector in the CSS,
   and only 4 of the Open Sans weights were ever used, so this file
   replaces all of it with 4 WOFF2 files totalling ~80KB.
   ------------------------------------------------------------------ */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/open-sans-v29-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/open-sans-v29-latin-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/open-sans-v29-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/open-sans-v29-latin-700.woff2') format('woff2');
}
