:root{--dark-bg:#111;--white-text:#f1f1f1;--green:#97F294;--light-green:#04D9B2;--aqua:#69C9D0;--blue:#1877F2;--pink: #EE1D52;--yellow:#F2D64B;--purple:#8a3ab9;--orange:#F2B749;--red:#F24B4B;--white:#fff;--black:#151C26}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent;border-radius:12px;height:40px}::-webkit-scrollbar-thumb{background:#444;border-radius:12px;height:40px}::-webkit-scrollbar-thumb:hover{background:#666}*{padding:0;margin:0}body{color:var(--white-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--dark-bg)}
