@import url("./main.css");

:root {
  --purple: #766da7;
  --green: #556b42;
  --green-soft-text: #c5ceba;
}

.highlight-box,
.banner,
.action-button:not(.action-button-facebook):not(.action-button-instagram),
button {
  color: var(--green-soft-text);
}

.banner-typing::after {
  background: var(--green-soft-text);
}

/* Version 1 footer tweaks */
.site-footer {
  background: var(--purple);
  padding: 14px 0;
}

.site-footer .footer-content {
  gap: 12px;
}

.footer-enece-logo {
  width: 150px;
}

.footer-brand p {
  font-size: 12px;
}

.footer-links {
  gap: 10px;
}

.footer-links a {
  font-size: 11px;
}

.footer-powered-by {
  padding: 2px 6px;
  gap: 4px;
}

.footer-powered-by span {
  font-size: 9px;
}

.footer-umano-logo {
  width: 36px;
}
