@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background-color:#f0efea;font-family:Roboto,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.heading{font-size:1.8rem}.heading,.timer{text-align:center}.timer{font-size:9rem;font-weight:700}.timerWrapper{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.button{width:240px;padding:.7rem 1rem .5rem;font-size:1.5rem;margin-top:.5rem;cursor:pointer}