@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;500;600;700;800&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-white:#fff;--bg-teal:#01b9ac;--bg-dark:#3f444b;--bg-light-cyan:#caf1f4;--bg-pale-cyan:#f5fdfe;--bg-peach:#f9b87c;--text-slate:#566476;--text-white:#fff;--text-gray:#7a7a7a;--text-black:#000;--text-dark1:#33373d;--text-dark2:#54595f;--text-darkest:#1f2124;--text-orange:#ff902b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-pale-cyan);color:var(--text-slate);font-family:Sen,sans-serif;font-size:16px;line-height:26.4px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}input::placeholder{color:#7a7a7a}