:where
The :where() pseudo selector in CSS is functionally identical to the :is() psuedo selector in that it takes a comma-separated […]
main :where(h1, h2, h3) { color: #f8a100; }