* {
    font-family: "Montserrat", sans-serif !important;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-flow: column nowrap;
    line-height: initial;
}

.logged-out-body {
    height: 100%;
}

main {
    flex: 1 0 auto;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color) !important;
    border-radius: var(--border-radius) !important;
}

::-webkit-scrollbar-track {
    background: var(--lowest-grey-contrast) !important;
}
