/* Conectado PRO - CSS Mínimo */
* { box-sizing: border-box; }
#conectado-root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
button { font-family: inherit; }
