/**
 * Custom CSS - ap-wp-theme-tw
 *
 * Aggiungi qui le tue regole CSS personalizzate.
 * Questo file viene caricato dopo style.css (Tailwind),
 * quindi le regole qui hanno priorità.
 */

/* Link nel footer */
section.rounded-xl.bg-black.dark\:bg-white.text-light.dark\:text-dark.p-hgap a {
  color: #2497ed;
}

/* Light mode */
.base-text-footer.text-gray a {
  color: #ff8a00;
}

/* Dark mode */
:is([data-mode=dark] .base-text-footer.text-gray) a {
  color: #ffb800;
}
