/*
 * Required to show content again after hiding it by default to avoid 
 * flash of unstyled content (FOUC).
 */

.skeleton-site {
    display: none;
}

.hydrate {
    display: block;
}