/* Brand webfonts.
   QC PRF-07: these were base64-embedded, which made this file 118KB of
   render-blocking CSS - larger than any image on the site. Linking the real
   .woff2 files (88KB total) drops this stylesheet to ~1KB and lets the fonts
   download in parallel instead of holding up first paint.
   The original embedded build is kept as fonts-inline.css for file:// previews. */

@font-face{
    font-family:'Cormorant Garamond';
    font-style:normal;
    font-weight:400 600;
    font-display:swap;
    src:url(../fonts/cormorant-garamond.woff2) format('woff2');
}
@font-face{
    font-family:'Cormorant Garamond';
    font-style:italic;
    font-weight:500;
    font-display:swap;
    src:url(../fonts/cormorant-garamond-italic.woff2) format('woff2');
}
@font-face{
    font-family:'Jost';
    font-style:normal;
    font-weight:300 600;
    font-display:swap;
    src:url(../fonts/jost.woff2) format('woff2');
}
