/* Graviro type. Bricolage Grotesque for display — an engineered grotesque with tight
   apertures and a real optical-size axis, so headlines need no letterspacing to hold
   together. Switzer for UI and body. Neither is a default-issue geometric sans.

   No local binaries were supplied, so both are served from their vendors' CDNs.
   Verified loading in-browser: document.fonts.check('16px Switzer') === true and
   document.fonts.check('600 64px "Bricolage Grotesque"') === true.

   - Bricolage Grotesque — Google Fonts (SIL Open Font License 1.1)
   - Switzer — Fontshare / Indian Type Foundry (free for commercial use)

   To self-host, drop the .woff2 files into assets/fonts/ and replace the two @import
   lines below with local @font-face rules of the same family names. Do not substitute
   a different family. */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,400..800&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=switzer@400,500,600&display=swap");
