
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu Light 300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

.oncoloBrand {
    letter-spacing: -0.15rem;
    line-height: 0;
    font-size: 1.9rem;
}

.login-only {
    min-height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@supports (min-height: 100dvh) {
    .login-only {
        min-height: 100dvh;
    }
}

@media (min-width: 1200px) {
    #date-time-display {
        display: block !important;
    }
}
.login-only {
    min-height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@supports (min-height: 100dvh) {
    .login-only {
        min-height: 100dvh;
    }
}

