/* Auth module styles */
/* =========================================================
   TuComandaPro - Global styles
   ========================================================= */

:root {
    --tblr-primary: #f76707; /* Naranja Fuego */
    --tblr-primary-rgb: 247, 103, 7;
}

/* Pequeña animación de hover para los botones sociales */
.btn-hover-shadow { transition: all 0.2s ease; }
.btn-hover-shadow:hover { transform: translateY(-1px); box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important; background-color: #f1f3f5 !important; }
/* Ajuste de color para el texto pequeño del lado oscuro del layout */
.text-secondary { color: #a1aab5 !important; }
