/* Self-hosted fonts (latin subset). Replaces the Google Fonts <link>s so the
   browser never contacts fonts.googleapis.com / fonts.gstatic.com (privacy: no
   undisclosed third party receives the visitor IP). Inter + Caveat are variable
   fonts, one file each covers the whole weight range. */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('inter-var.woff2') format('woff2');}
@font-face{font-family:'Caveat';font-style:normal;font-weight:400 700;font-display:swap;src:url('caveat-var.woff2') format('woff2');}
