/* Site utility classes - moved from inline styles for caching */
#NovaVueAppRootTemplate {
    padding-top: 70px;
}

.text-brand {
    color: #f57c00;
}

.text-lighter {
    color: #555;
}

.text-yellow-5 {
    color: greenyellow;
}

.text-green {
    color: green !important;
}

.border-green {
    border-color: green !important;
}

.text-red {
    color: orangered;
}
