/* Self-hosted Outfit (latin subset, variable weight 200-600).
   Replaces the Google Fonts CDN so no visitor IP is sent to Google before
   consent (FON-01 / LG München I 3 O 17493/20). Single WOFF2 covers the full
   weight range because Outfit is a variable font. */
@font-face{
  font-family:'Outfit';
  font-style:normal;
  font-weight:200 600;
  font-display:swap;
  src:url('/fonts/outfit.woff2') format('woff2');
}
/* Metric-adjusted fallback so layout does not shift when Outfit swaps in. */
@font-face{font-family:'Outfit Fallback';src:local('Arial');size-adjust:101%;ascent-override:94.5%;descent-override:24%;line-gap-override:0%}
