/* Tenant-specific styles for 7ma. */
:root {
    --bs-primary: #0e2336;
    --yellow-bg: #81B728;
    --accent-green: #81B728;
    --accent-green-text: #d8efc9;
    --accent-brown: #0e2336;
    --accent-brown-dark: #0e2336;
    --accent-yellow-soft: #eaf5d9;
    --accent-yellow-border: #cfe6a6;
    --accent-yellow-bg: #f3faea;
    --accent-yellow-text: #3b6a1a;
    --accent-purple-border: #d6dee6;
    --accent-purple-bg: #f3f6f9;
    --accent-purple-text: #7a8b9b;
    --muted-purple: #4b5a6a;
}

.bg-primary,
.navbar-dark.bg-primary,
.footer.bg-primary {
    background-color: #0e2336 !important;
}

.text-info {
    color: #0e2336 !important;
}

#main_navbar {
    background-color: #0e2336 !important;
}
