@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;1,9..144,400&family=Nunito:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:#2c1810;background:#f5edd8;font-family:Nunito,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#c9a87c44;border-radius:4px}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes celebration-pop{0%{opacity:0;transform:scale(.3)rotate(-4deg)}60%{opacity:1;transform:scale(1.08)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes celebration-fade{0%{opacity:0}to{opacity:1}}.task-enter{animation:.2s slideIn}.weather-icon{animation:3s ease-in-out infinite float}
