:root{--primary-colour:#e0115f;--lime-green:#32cd32;--hot-yellow:#feaa1a;--red:red;--rose-red:#fa003f;--white:#fff;--secondary-white:#f8ffe5;--black:#000;--dark-grey:#4a4a4a;--mid-grey:#757c88;--grey:#9fa1a4;--light-grey:#dcddde;--deep-black:#00171f;--light-blue:#00a8e8;--deep-orange:#fb8500;--light-orange:#ffb703;--light:#e0eaf5;--cream-white:#fffdd0;--accent-brown:#7b3f00;--jet-black:#333232;--dim-grey:#6a6969;--box-shadow:0 2px 5px 0 grey;--gradient-1:linear-gradient(#a80271, #fb6f92);--accent-gradient:linear-gradient(90deg, #36013f 0%, navy 50%, #000 100%);--thin-border:#ccc}.bubble-loader{justify-content:center;align-items:center;gap:8px;height:20%;margin:20px;display:flex}.bubble{background-color:var(--primary-colour);border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite bounce}.bubble:first-child{animation-delay:-.32s}.bubble:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
