html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mn-text);
  background: var(--mn-light);
}
a, button {
  transition: color .2s ease, background-color .2s ease,
              border-color .2s ease, transform .2s ease,
              box-shadow .2s ease;
}
.wp-element-button:hover, button:hover { transform: translateY(-2px); }
img { max-width: 100%; height: auto; }
