/* anjuta.pl overlay — loads after site.css.
   The e-invoicing band names KSeF instead of SEF; one extra glyph, so the
   watermark steps down from 34vw to keep roughly the same rendered width. */

.einvoice-section::before {
  content: 'KSeF';
  font-size: 26vw;
  bottom: -5vw;
}
