/* Legacy styles for dark green theme */
h1,
label,
p {
    color: azure;
}

li,
a {
    color: #011502;
}

/* Additional dark green theme styles */
.dark-green-bg {
    background: linear-gradient(135deg, #011501, #0d4016) !important;
    min-height: 100vh;
}

.text-light-green {
    color: #28a745 !important;
}

.border-dark-green {
    border-color: #011501 !important;
}