/* Instant FOUC prevention — load synchronously in <head> before main styles */
html {
    background-color: #000 !important;
}

body {
    visibility: hidden;
    opacity: 0;
}
