.light-theme{--background-color: #eee;--text-color: #222;animation:light-flip 2.5s normal ease-in-out}.dark-theme{--background-color: #222;--text-color: #fff;animation:dark-flip 2.5s normal ease-in-out}body{margin:0;background-color:#222;font-family:Inter,sans-serif;letter-spacing:.005rem;overflow:hidden}main{background-color:var(--background-color);color:var(--text-color);height:100vh;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start}main ::selection{background-color:#aaa;color:#222}@keyframes flip{50%{background-color:var(--background-color)}}@keyframes light-flip{50%{background-color:#eee}}@keyframes dark-flip{50%{background-color:#222}}
