:root {
    --cf-show: 0;
    /* Initial value */
}

/* Simple antiflicker: hide all body */
body {
    opacity: var(--cf-show) !important;
}
