:root{--bg: #ffffff;--text: #000000}::-webkit-scrollbar{width:8px;display:none}::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}*{scrollbar-width:none}html{scroll-behavior:smooth;font-size:85%}body{background-color:var(--bg);color:var(--text);transition:background-color .6s ease,color .6s ease}body.dark-theme{--bg:#000000;--text:#ffffff}body.green-theme{--bg:#013220;--text:#ffffff}body.maroon-theme{--bg:#8B0000;--text:#ffffff}body.orange-theme{--bg:#CC5500;--text:#ffffff}body.crimson-theme{--bg:#DC143C;--text:#ffffff}body.plum-theme{--bg:#6B1F35;--text:#ffffff}body.night-theme{--bg:#0b0f1a;--text:#ffffff}body[class*=-theme] *,body[class*=-theme] :before,body[class*=-theme] :after{color:var(--text)!important;fill:var(--text)!important;stroke:var(--text)!important}.nav-link,.nav-text,.btn,.btn-outline-dark,.btn-whatsapp{color:var(--text)!important;border-color:var(--text)!important;background-color:transparent!important;transition:background-color .3s ease,border-color .3s ease,color .3s ease}
