body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}html{color-scheme:dark}body{color:#fff;background:#2b2a2a}.toggle-button{display:flex;justify-content:center;align-items:center;border:none;border-radius:50%;padding:.5rem;background-color:#a5f3ca;transition:all .2s ease-in-out;cursor:pointer}.toggle-button:hover{background-color:#00a651;color:#fff}.toggle-button.dark{color:#303030}.toggle-button.light{color:#000}.icon2{width:1.5rem}