/* Self-hosted so the pages this app renders stop making a render-blocking
   cross-origin request to fonts.googleapis.com on every load. The Next site
   already self-hosts via next/font; these templates were the last ones still
   fetching from Google.

   Schibsted Grotesk ships as a single variable file covering 300-700: the four
   per-weight URLs Google returns are byte-identical, so declaring the range
   once serves every weight from 47KB instead of 188KB. Latin subset only. */
@font-face{font-family:'Schibsted Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('/static/fonts/schibsted-grotesk-var.woff2?v=2') format('woff2');}
@font-face{font-family:'Space Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/static/fonts/space-mono-400.woff2?v=2') format('woff2');}
@font-face{font-family:'Space Mono';font-style:normal;font-weight:700;font-display:swap;src:url('/static/fonts/space-mono-700.woff2?v=2') format('woff2');}
