@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{color:#1d2a38;background:#f5f7fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:auto}::selection{color:#1d2a38;background:#e8792b26}::selection{color:#1d2a38;background:#e8792b26}:focus-visible{outline-offset:2px;outline:2px solid #e8792b66}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f4f8;border-radius:4px}::-webkit-scrollbar-thumb{background:#b0bec5;border:1px solid #f0f4f8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#90a4ae}::-webkit-scrollbar-corner{background:#f0f4f8}*{scrollbar-width:auto;scrollbar-color:#b0bec5 #f0f4f8}a,button,input,select,textarea,[role=button]{transition:all .15s}*{-webkit-tap-highlight-color:transparent}