/*
Theme Name: Clevo
Theme URI: https://clevo.dk/
Description: Standalone block theme for Clevo WooCommerce storefront and landing pages.
Author: Your Name
Version: 1.1.23
Text Domain: clevo
*/

/* Keep layout stable between pages with/without vertical scrollbar. */
html {
    scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}
