/* Main text */
body,
.content-wrapper,
.card,
.card-body,
.table,
.table td,
.table th,
.form-group label,
.col-form-label,
.inline-group h2 {
    color: #e5d334 !important;
}

/* Sidebar text */
.main-sidebar,
.main-sidebar .nav-link,
.main-sidebar .brand-text {
    color: #e5d334 !important;
}

/* Header & navbar */
.navbar,
.navbar-nav .nav-link,
.brand-text {
    color: #e5d334 !important;
}

/* Links */
a {
    color: #e5d334;
}

a:hover {
    color: #d4c42f;
}

/* Icons */
.fas,
.far,
.fab {
    color: #e5d334;
}
