@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;850&display=swap);:root{--indigo:#4f46e5;--indigo-dark:#4338ca;--emerald:#10b981;--amber:#f59e0b;--ink:#0f172a;--slate:#475569;--line:#e2e8f0;--bg:#f8fafc}*{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--bg);color:#0f172a;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}h1,h2,h3{letter-spacing:-.02em}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f8fafc;border:2px solid var(--bg);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button,input,select,textarea{font-family:inherit}@keyframes rfFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}main>div:nth-child(2){animation:rfFadeUp .35s ease}@keyframes rf-spin{to{transform:rotate(1turn)}}:focus-visible{outline:2px solid #4f46e5;outline:2px solid var(--indigo);outline-offset:2px}::selection{background:#4f46e52e}
/*# sourceMappingURL=main.dd94491f.css.map*/