/* Voice Agent - Custom overrides for Bootstrap */

/* Override old full-width buttons */
.btn-primary,
.btn-secondary {
    width: auto !important;
}

/* Ensure old dark theme variables don't leak */
:root {
    --accent: #2c3e50;
    --accent-light: #3498db;
}
