/* Natijah Brown & Yellow Theme */
body, .page-container {
    background: linear-gradient(135deg, #8B5A2B 0%, #C68E3D 100%) !important;
}
.navbar {
    background: linear-gradient(135deg, #6B4226 0%, #8B5A2B 100%) !important;
    border-bottom: 2px solid #DAA520 !important;
}
.navbar a {
    color: #FFE4B5 !important;
}
.btn-primary {
    background: #DAA520 !important;
    color: #4A2A0A !important;
}
.standard-sidebar-item.selected {
    background: #DAA520 !important;
}
.layout-side-section {
    background: linear-gradient(180deg, #7B4B2A 0%, #6B3A1A 100%) !important;
}
