@import "https://fonts.googleapis.com/css?family=Roboto:100";
.spinner{border:3px solid var(--foreground);border-top-color:var(--accent);opacity:.15;border-radius:50%;width:50px;height:50px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{-webkit-transform:rotate(360deg)}}
