/* Components & Generic UI Styles */
.background-primary {
  background-color: #008000 !important;
}

.background-dark {
  background-color: #111827 !important;
}

.top-nav {
  width: 100%;
  background: #008000;
  display: inline-block;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-nav ul li {
  display: inline-block;
}

.top-nav ul li a {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.top-nav ul li a:hover {
  background-color: #005600;
}

/* Text & Typography */
.text-strong { font-weight: bold; }
.text-extra-strong { font-weight: 800; }
.headline {
  font-size: 24px;
  margin-bottom: 15px;
  color: #2c3e50;
}

/* Icons styling fallback */
.icon2x {
  font-size: 2rem;
  margin: 0 10px;
  color: #ffffff;
  transition: opacity 0.3s;
}

.icon2x:hover {
  opacity: 0.8;
}
