/* Fix content shift on scrollbar */
@supports (scrollbar-gutter: stable) {
    html {
        scrollbar-gutter: stable;
    }
}
