/* make sure the page has no default margins and the section spans full height */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Manrope", sans-serif;
}

#transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #b11717;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
}

.bg{
background-color: #e9ebe4;
}

body.loading-disabled {
    overflow: hidden !important;
    height: 100vh;
}