/* FULLSCREEN LOADER */
body.loading {
    overflow: hidden;
}

.hidesec {
    display: none;
}

#loader {
    position: fixed;
    inset: 0;
    background: var(--charcoal);
    color: var(--offwhite);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader-text {
    font-family: var(--font-logo);
    font-size: var(--fs-display-xl); /* Updated */
    color: var(--offwhite);
    white-space: nowrap;
        font-weight: 500;

}

.letter {
    display: inline-block;
}