@import"https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap";body{margin:0;font-family:Quattrocento Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,*:before,*:after{box-sizing:border-box}.app{padding:0 20px}.loading{display:flex;justify-content:center;align-items:center;height:100vh}.loading>img{animation:rotation 3s infinite forwards}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.noBorder{border:none}.noBorder:before{content:none}.border{border:2px dashed #000;margin:5px}.border:before{content:attr(data-component);margin-left:2px}.border-cookie{border-color:#00f}.border-header{border-color:#0ff}.border-front{border-color:#ff1493}.border-user{border-color:orange}.border-store{border-color:#8b008b}
