@tailwind base;@tailwind components;@tailwind utilities;@layer base{h1,h2,h3,h4,h5,h6{@apply font-heading;}}.orb-gradient-1{background-image:linear-gradient(to bottom right,var(--color-primary-start),var(--color-primary-end))}.orb-gradient-2{background-image:linear-gradient(to top right,var(--color-primary-start),transparent,var(--color-primary-end))}@keyframes pulse-custom{0%,to{opacity:.7}50%{opacity:1}}@keyframes spin-custom{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer-custom{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-pulse-orb{animation:pulse-custom 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin-orb{animation:spin-custom 3s linear infinite}.animate-shimmer-orb{animation:shimmer-custom 1.5s infinite;background-image:linear-gradient(to right,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}
