@font-face{font-family:varela;src:url(/assets/fonts/VarelaRound-Regular.ttf)}@font-face{font-family:nunito;src:url(/assets/fonts/Nunito-Regular.ttf)}.varela-font{font-family:varela;font-size:14px}.nunito-font{font-family:nunito}.fade-in-anim{animation:fade_in_animation 1s ease;animation-fill-mode:forwards}.fade-out-anim{animation:fade_out_animation 1s ease;animation-fill-mode:forwards}.move-down-anim{animation:move_down_animation 1s ease;animation-fill-mode:forwards}.move-up-anim{animation:move_up_animation 1s ease;animation-fill-mode:forwards}@keyframes fade_in_animation{0%{opacity:0}to{opacity:1}}@keyframes fade_out_animation{0%{opacity:1}to{opacity:0}}@keyframes move_down_animation{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes move_up_animation{0%{transform:translateY(10px)}to{transform:translateY(0)}}
