/* Cabinet Grotesk — Indian Type Foundry, via Fontshare (fontshare.com).
   Free for personal and commercial use under the ITF Free Font Licence.

   SELF-HOSTED ON PURPOSE. Not available on Google Fonts, and pulling it from the
   Fontshare CDN would need two new origins in the CSP (api.fontshare.com for this
   stylesheet, cdn.fontshare.com for the files). A CSP mistake there fails SILENTLY —
   the browser refuses the font, the page falls back to a system sans, and nothing
   shows up in the console. `font-src 'self'` already covers these files.

   ⚠️ NO 600 WEIGHT EXISTS in this family (100-500, 700, 800, 900). Ask for 600 and
   the browser quietly renders 700. Don't write 600; write what you mean.

   Weights shipped: 400 (inherited/normal), 700 (wordmark, tags), 900 (display).
   Adding another means adding the file here — an @font-face with no file is the
   same silent fallback in a different costume. */
@font-face{font-family:'Cabinet Grotesk';font-style:normal;font-weight:400;font-display:swap;src:url('/static/vendor/fonts/cabinet-grotesk-400.woff2') format('woff2')}
@font-face{font-family:'Cabinet Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('/static/vendor/fonts/cabinet-grotesk-700.woff2') format('woff2')}
@font-face{font-family:'Cabinet Grotesk';font-style:normal;font-weight:900;font-display:swap;src:url('/static/vendor/fonts/cabinet-grotesk-900.woff2') format('woff2')}
