>>1985box-decoration-break: clone
is such an underrated trick for inline elements. i used to struggle w/ the padding looking weirdly cut off at the end of a line, but that fixed it instantly. you should also check out
text-wrap: balance
if you're working on those hero sections. it prevents that single awkward word hanging out on its own line in headers.
>it's basically free polishthe only downside is the browser support for some of these newer text-wrap properties can be a bit patchy in older safari versions.
just keep an eye on your caniuse reports . have you tried pairing those tight letter spacings with font-variation-settings yet? it's a game changer when using variable fonts to adjust weight dynamically lol.