/* ===== Branding Cavazzana — paleta oficial =====
   Grafite #3D423E | Verde #27A737 | Verde-lima #AFCB27 */

/* Logo (login e telas de auth) */
img[src*="/brand-assets/logo"] {
  height: 150px !important;
  width: auto !important;
}

/* Primário: azul -> verde */
.bg-woot-500, .bg-woot-600, .bg-woot-700,
.bg-n-brand, .bg-n-blue-9,
[class*="bg-woot-5"] {
  background-color: #27A737 !important;
}
.hover\:bg-woot-600:hover, .hover\:bg-woot-700:hover,
.hover\:bg-n-brand:hover {
  background-color: #1f8c2c !important;
}

/* Links e textos de destaque */
.text-woot-500, .text-woot-600, .text-n-brand, .text-n-blue-text,
.dark\:text-woot-500, [class*="text-woot-5"] {
  color: #27A737 !important;
}

/* Focus ring dos campos */
.focus\:ring-woot-500:focus,
.ring-woot-500,
.dark\:focus\:ring-woot-500:focus {
  --tw-ring-color: #27A737 !important;
}

/* Toggle/checkbox/realces */
.bg-woot-75, .bg-woot-50 { background-color: #EFF5E0 !important; }
.border-woot-500, .border-n-brand { border-color: #27A737 !important; }

/* Barra ativa do menu lateral / abas */
.text-woot-500 svg { color: #27A737 !important; }

/* Links genericos (Esqueceu a senha etc.) */
.text-link { color: #27A737 !important; }
.text-link:hover { color: #1f8c2c !important; }
