/* Core behavior-only styles */

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body.theme-ready {
    opacity: 1;
}

/* prevent horizontal jitter */
body {
    overflow-x: hidden;
}

/* generic hidden utility */
.d-none {
    display: none !important;
}
