/* Force all normal text elements to inherit color from body, excluding gradient text and buttons with gradient backgrounds */

body, 
body *:not(button):not(.bg-gradient-to-r):not(.bg-gradient-to-l):not(.bg-gradient-to-t):not(.bg-gradient-to-b):not(.bg-gradient-to-tr):not(.bg-gradient-to-tl):not(.bg-gradient-to-br):not(.bg-gradient-to-bl):not(.text-gradient):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: inherit !important;
}
