@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@layer base{*{scrollbar-width:thin;scrollbar-color:rgb(209 213 219) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}}@layer base{html,body{height:100%;overflow:hidden}#root{height:100%}}
