@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #1111d4;--background-light: #f6f6f8;--background-dark: #101022;--surface-light: #ffffff;--surface-dark: #1a1a2e;--text-main: #111118;--text-muted: #616189}html{overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:Lexend,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}#root{margin:0;padding:0;width:100%}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0d0da0}.dark ::-webkit-scrollbar-track{background:var(--background-dark)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 30s linear infinite}#root{margin:0;padding:0;width:100%;max-width:100%}*{box-sizing:border-box}
