html,body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff;
}

body.hold {
    overflow-y: hidden;
}

body.inactive {
    opacity: 0;
    transition: all 0.8s;
}

body {
    opacity: 1;
    transition: all 0.8s;
}