/* Icon color inside buttons: white on the dark (gray) buttons, black on the
   white buttons of the landing header. */

button.bg-white svg,
a.bg-white svg {
  color: #ffffff !important;
}

header[class*="max-w-[1560px]"] button.bg-white svg {
  color: #000000 !important;
}
