
/* AIOS-9 HOTFIX V2 */

.aios9-runtime-shell,
.aios9-runtime-shell *{
    font-family:"Cairo",sans-serif !important;
}

.aios9-node,
.aios9-node h4,
.aios9-node p,
.aios9-runtime-caption{
    color:#f8fafc !important;
}

.aios9-runtime-caption{
    color:#cbd5e1 !important;
    opacity:1 !important;
}

.aios9-node{
    background:
        linear-gradient(
            180deg,
            rgba(10,25,47,.96),
            rgba(2,6,23,.98)
        ) !important;

    border:1px solid rgba(59,130,246,.25) !important;
}

.aios9-node h4{
    font-weight:700 !important;
    color:#ffffff !important;
}

.aios9-runtime-shell h2{
    color:#ffffff !important;
    font-family:"Cairo",sans-serif !important;
    font-weight:800 !important;
}

.aios9-runtime-shell p{
    font-family:"Cairo",sans-serif !important;
}
