body,
input,
button {
    font-family: 'Noto Sans Lao' !important;
}

html {
    color: #EEEEEE !important;
    background-color: #35495e;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    overflow-y: hidden;
}

h1 {
    color: #EEEEEE !important;
}

.print {
    color: #000000 !important;
    background-color: #ffffff;
}

@media print {
    * {
        font-family: 'Noto Sans Lao', 'Saysettha OT', 'Phetsarath OT' !important;
    }

    html,
    .print {
        color: #000000 !important;
        background-color: #ffffff;
    }
}