.loader-container{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:var(--coco-primary-color);overflow:hidden;z-index:1000}.loader{display:flex;justify-content:space-between;width:80px}.loader div{width:16px;height:16px;background-color:#fff;border-radius:50%;animation:grow-shrink 1.5s infinite}.loader div:nth-child(1){animation-delay:0s}.loader div:nth-child(2){animation-delay:.3s}.loader div:nth-child(3){animation-delay:.6s}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}:root{--coco-primary-color: #987070;--coco-secondery-color: #C39898}*{margin:0;padding:0;box-sizing:border-box;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scroll-behavior:smooth}body,html{height:100%}body{overflow-x:hidden}a{text-decoration:none}
