:root{--bg:#ece5d3;--ink:#1c1915;--muted:rgba(28,25,21,.65);--line:rgba(28,25,21,.18)}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{background:var(--bg);color:var(--ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .25s ease,color .25s ease}html.dark{--bg:#1c1915;--ink:#ece5d3;--muted:rgba(236,229,211,.65);--line:rgba(236,229,211,.18)}#tt{position:fixed;right:18px;bottom:16px;z-index:70;width:32px;height:32px;padding:7px;border:0;background:0 0;cursor:pointer;color:var(--muted);opacity:.75}#tt:hover{color:var(--ink);opacity:1}#tt svg{width:100%;height:100%;display:block}#tt .moon path{fill:#1c1915;stroke:#1c1915}#tt .sun circle{fill:#ece5d3;stroke:#ece5d3}#tt .sun line{stroke:#ece5d3}#tt .sun{display:none}html.dark #tt .sun{display:block}html.dark #tt .moon{display:none}