@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-size:18px;line-height:1.6;color:#394545}h1{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-size:64px;font-weight:800;line-height:1.1;color:#1f4a4a}h2{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-size:48px;font-weight:700;line-height:1.2;color:#1f4a4a}h3{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-size:24px;font-weight:600;line-height:1.3;color:#1f4a4a}p{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-size:18px;line-height:1.6}}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.animate-blob{animation:blob 7s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 6s ease-in-out infinite;animation-delay:3s}.animation-delay-2000{animation-delay:2s}
