html.theme-boot {
    background-color: #090909;
    color: #e5e5e5;
    color-scheme: dark;
}

html.theme-boot[data-mode="light"] {
    background-color: #fafafa;
    color: #18181b;
    color-scheme: light;
}

html.theme-boot body {
    visibility: hidden !important;
}

html.theme-boot body,
html.theme-boot body *,
html.theme-boot body *::before,
html.theme-boot body *::after {
    transition: none !important;
    animation: none !important;
}
