@keyframes tabletIconAnimation{0%{transform:rotate(0);opacity:0}20%{transform:rotate(0);opacity:1}50%{transform:rotate(-90deg);opacity:1}80%{transform:rotate(-90deg);opacity:1}to{transform:rotate(-90deg);opacity:0}}#tabletIcon{animation:tabletIconAnimation 5s ease-in-out infinite}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background-color:#fff}#root{min-height:100vh;overflow-y:auto;background-color:#fff;display:flex;flex-direction:column}.color-palette-popover{position:static}:root{--chakra-fonts-body: "Lato", sans-serif;--chakra-fonts-heading: "Lato", sans-serif}
