@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Nunito Sans;src:url(/fonts/nunito-sans/NunitoSans-Regular.woff2)format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/nunito-sans/NunitoSans-SemiBold.woff2)format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/nunito-sans/NunitoSans-Bold.woff2)format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/nunito-sans/NunitoSans-Black.woff2)format("woff2");font-weight:900;font-style:normal}@layer utilities{@variants responsive{.no-scrollbar::-webkit-scrollbar { display: none; } .no-scrollbar { -ms-overflow-style: none;  scrollbar-width: none;  }}}:root{--foreground-rgb:0, 0, 0;--background-rgb:212, 234, 233}body{font-family:Nunito Sans,sans-serif}.loader{box-sizing:border-box;border:4px solid #54146a;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}