/* Progressive CSS kept off the Vite/Tailwind Lightning CSS pipeline.
   Lightning CSS does not parse ::highlight() yet. */

::highlight(search) {
    background-color: color-mix(in oklab, var(--accent) 42%, transparent);
    color: var(--text);
}
