/* Cormorant Garamond and Jost ship as VARIABLE fonts with a wght axis, so one
   file serves every weight the site asks for. cormorant-garamond-400.woff2 was
   byte-for-byte identical to -300.woff2 (md5 c47ff128...) and jost-400.woff2 to
   jost-300.woff2 (md5 928f4210...), and both twins were downloaded on every
   visit: 63.3 KB of the same bytes, twice. The duplicates are gone. Each weight
   still declares itself separately, so the browser varies the wght axis exactly
   as it did before and the rendering is unchanged; it just fetches one file.

   Caveat is subset to the characters the twelve carnet annotations actually
   use. Regenerate it with `python tools/build-assets.py fonts`, which reads the
   full variable master from tools/_fonts/caveat-variable.woff2. */

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