The :heading pseudo-class selector is now available in Safari Tech. Preview (as well as Firefox Nightly (behind a flag)).
:heading(1, 3) {
color: #bada55;
}
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:heading_function
https://github.com/WebKit/WebKit/commit/a318b9ffedeaf33a639f45724b6ef63bda68e90f

