* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; -webkit-tap-highlight-color: transparent; outline: none !important; }
html { scroll-behavior: smooth; }
body { background-color: #f4f6f9; color: #333; overflow-x: hidden; }

:root {
    --amarillo-espeche: #FFC107;
    --oscuro-primario: #1a1a1a;
    --oscuro-secundario: #2b2b2b;
    --texto-claro: #e0e0e0;
}