/* Self-hosted Schriften (kein Google-CDN -> DSGVO + Performance). */
@font-face{
  font-family:'Red Hat Display';
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
  src:url('redhatdisplay.woff2') format('woff2');
}
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('roboto-400.woff2') format('woff2');
}
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('roboto-500.woff2') format('woff2');
}
