/* fonts.css — self-hosted Outfit (the typeface finanzfluss.de uses).
   Variable font, weights 400–700, Latin. SIL OFL (see Outfit-OFL.txt).
   NEVER load from Google CDN (GDPR). */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/outfit-variable.woff2') format('woff2-variations'),
       url('../fonts/outfit-variable.woff2') format('woff2');
}
