/* === Background Colors === */
.bg-primary-green {
  background-color: #6e8e59 !important;
}

.bg-dark-green {
  background-color: #2f3e2c !important;
}

.bg-soft-green {
  background-color: #e6f4ea !important;
}
.bg-soft-green-dark {
  background-color: #cfe3cc !important;
}

.bg-charcoal {
  background-color: #1c1c1c !important;
}

.bg-deep-gray {
  background-color: #343a40 !important;
}

/* === Text Colors === */
.text-light {
  color: #f5f5f5 !important;
}

.text-primary-green {
  color: #6e8e59 !important;
}

.text-dark-green {
  color: #2f3e2c !important;
}

.text-deep-gray {
  color: #343a40 !important;
}

/* === Buttons === */
.btn-green {
  background-color: #6e8e59 !important;
  color: white !important;
}

.btn-dark {
  background-color: #2f3e2c !important;
  color: #f5f5f5 !important;
}

.text-stroke {
  color: #e6f4ea !important; /* Soft fill color */
  -webkit-text-stroke: 0.3px #2f3e36 !important; /* Subtle, deep stroke */
  text-shadow:
    0.5px 0.5px 0 #2f3e36,
    -0.5px 0.5px 0 #2f3e36,
    0.5px -0.5px 0 #2f3e36,
    -0.5px -0.5px 0 #2f3e36 !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}
.navbarTextColor{
  color: rgba(52, 58, 64, 0.8) !important;
  font-weight: 600;
}