/* GLOBAL OVERRIDES */

/* Remove body background - make it transparent */
body {
  background-color: transparent !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
}

html {
  background-color: transparent !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
}

/* Button gap spacing - gap utilities */
.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

/* Remove footer links underlines */
footer a {
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: none !important;
}
