﻿.bgGris{
    background: #F8F7F5;
}
.bgNaranja{
    background: #FFF0E3;
}
/* Colores de marca (migrados del tailwind.config viejo) */
.text-primary{color:#25bed5}
.bg-primary{background-color:#25bed5}
.hover\:text-noku-naranja:hover{color:#FF7D00}
.text-noku-naranja{color:#FF7D00}
.bg-noku-naranja{background-color:#FF7D00}
.text-torrent-azul-500{color:#2E3191}
.text-gris{color:#666666}
.bg-noku-morado {
    background: #9A79A6;
}