/* CUSTOM TAILWIND COLORS (Para substituir o que o JIT fazia) */
.bg-primary { background-color: #3DD0B1; }
.text-primary { color: #3DD0B1; }
.hover\:bg-primary:hover { background-color: #3DD0B1; }

.bg-secondary { background-color: #007293; }
.text-secondary { color: #007293; }
.hover\:text-secondary:hover { color: #007293; }

.bg-accent { background-color: #F4D95F; }
.text-accent { color: #F4D95F; }

.bg-highlight { background-color: #FDD835; }
.text-highlight { color: #FDD835; }

.bg-differential-bg { background-color: #7f6a93; }
/* Adicione quaisquer outras combinações que você precisar, como hover:bg-secondary, etc. */

/* Cores que você colocou diretamente no H1, para garantir: */
span[style="color: #02a5c9;"] { color: #02a5c9 !important; }

/* Cores que você usou no footer: */
.text-\[rgb\(243,232,90\)\] { color: rgb(243,232,90); }