body{--theme-toggle-color:#333;--theme-toggle-shadow:-2px -2px 1px rgb(245, 191, 79)}body.dark-mode{--theme-toggle-color:rgb(245, 191, 79);--theme-toggle-shadow:0px 0px 10px rgb(237, 106, 94)}main.svelte-17e9caa{position:fixed;top:25px;right:10px;width:50px;height:50px}#main-circle.svelte-17e9caa{--radius:40px;width:var(--radius);height:var(--radius);border-radius:calc(var(--radius)/ 2);background-color:var(--theme-toggle-color);cursor:pointer;box-shadow:inset var(--theme-toggle-shadow);transition:background-color .65s ease;transition:box-shadow 1s ease}body{font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;background-color:var(--background);max-width:800px;margin:32px auto;padding:0 16px;--background:#fafafa;--box-background-color:#fff;--title-color:#1a78e4;--description-color:#666;--border-color:#eaeaea;--search-text-color:#555;--subheading-color:#000;--shadow-color:rgba(0, 0, 0, 0.12)}body.dark-mode{--background:rgb(38, 38, 39);--box-background-color:rgb(54, 55, 57);--title-color:rgb(237, 106, 94);--description-color:rgb(178, 180, 181);--border-color:rgb(79, 79, 79);--search-text-color:rgb(245, 191, 79);--subheading-color:rgb(98, 197, 84);--shadow-color:rgba(100, 100, 100, 0.25)}