html,
body {
    background: #fbf9fc;
}

.public-navigation-pending,
.public-navigation-pending body {
    cursor: progress;
}

/* This rule is loaded in the document head, before the loader element is
   parsed, so the tenant loader can never flash unstyled in the top-left. */
.brand-page-loader,
.brand-page-loader.public-page-loader-disabled {
    display: none !important;
}
