:root{--border-radius:.5rem}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{color:var(--text-color);background:linear-gradient(to bottom, var(--bg-gradient-start), var(--bg-gradient-end));padding:5px;font-size:16px;line-height:1.6}@media screen and (min-width:600px){body{padding:15px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,h3,h4,h5,h6{align-items:center;font-family:Rakkas,Georgia,Courier New,serif;font-style:normal;font-weight:400;display:flex}:is(h1,h2,h3,h4,h5,h6)>*{display:inline-block}h1,h2,h3{letter-spacing:.2rem;line-height:1.2}h4,h5,h6{letter-spacing:.1rem;line-height:1.5}p,blockquote,li,label,span,figcaption{letter-spacing:.05rem;font-family:Molengo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}button{border-radius:var(--border-radius,.5rem);cursor:pointer;letter-spacing:.05rem;border:2px solid #0000;margin-right:1rem;padding:.5rem 1rem;font-size:16px;line-height:1.2}button:focus-visible{outline:2px dashed var(--blue-400);outline-offset:2px}button:disabled{cursor:not-allowed}