/* Thin, muted scrollbar — standard properties only */
/* Do NOT mix with ::-webkit-scrollbar or you get double scrollbars */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--jf-scrollbar-track, oklch(57.49% 0.2339 259.95 / 0.09)) transparent;
}
