
/* === END LIBERAL RACISM — FINAL SOLID BLACK THEME === */

html, body {
  background-color: #000000 !important;
  color: #ffffff !important;
}

header, .header, .navbar, .topbar {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;         /* no divider */
  box-shadow: none !important;     /* no shadow line */
}

a, a:visited, a:hover, a:focus {
  color: #ffffff !important;
  text-decoration: underline;
}

button, .btn, .sign-button, input[type="submit"] {
  background-color: #ED1F37 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
}
button:hover, .btn:hover, .sign-button:hover, input[type="submit"]:hover {
  background-color: #c9192f !important;
}

input, textarea, select {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 12px !important;
}

h1, h2, h3, h4, h5, h6, p, label, span {
  color: #ffffff !important;
}

.hero, .petition-section, .section, .container, .content, .footer {
  background: transparent !important; /* inherits body pure black */
  border: none !important;
  box-shadow: none !important;
}

/* Ensure images retain original colors */
img, svg, picture, video {
  filter: none !important;
  mix-blend-mode: normal !important;
}
