.dark-mode {
    color: #ffffff;
    font-family: Roboto !important;
    font-size: 18px;
    line-height: 1.25 !important;
}

.dark-mode .page-type {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.5;    
}

.dark-mode h1 {
    font-family: Roboto;
    font-size: 48px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.25;
    color: #ffffff;
}

.dark-mode h2 {
    font-family: Roboto;
    font-size: 30px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.2;
    color: #ffffff;    
}

.dark-mode h3 {
    font-family: Roboto;
    font-size: 24px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.2;
    color: #ffffff;    
}

.dark-mode .page-tagline {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px !important;
    font-weight: normal;
    line-height: 1.5;
}

.lite-mode h1 {
    font-family: Roboto;
    font-size: 48px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.25;
    color: #192b74;    
}