@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Open Sans,sans-serif;background-color:#fff;color:#212529}h1,h2,h3,h4,h5,h6{font-family:Lato,sans-serif}.loader{border:4px solid #f3f3f3;border-top:4px solid #b81143;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prose{max-width:none}#protocol-modal.active{opacity:1;pointer-events:auto}#protocol-modal.active .bg-white{transform:scale(1)}#protocol-modal .bg-white{transform:scale(.95);transition:transform .3s ease}
