.tagify {
    /*--tag-bg: none;*/
}
html {
    font-size: 14px;
/*    min-height: 100%;*/
}

/* prevent horizontal layout shift */
body {
    /*overflow-y: scroll;*/
    /*    overflow-y: auto;*/
    /*    scrollbar-gutter: stable;*/
}

/* responsive font size */

/*@media(min-width:420px) {
    html {
        font-size: 16px;
    }
}*/

/* loading spinner for _bookmarklist */

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: inline;
}

.htmx-request.htmx-indicator {
    display: inline;
}

[data-focusable]:focus {
    outline: 2px solid red;
}