@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"); @tailwind base; @tailwind components; @tailwind utilities; @layer base { html { font-family: "Inter", sans-serif; } } * { margin: 0; padding: 0; box-sizing: border-box; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-variant-ligatures: none; -webkit-font-variant-ligatures: none; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } /* Scrollbar style */ ::-webkit-scrollbar { height: 10px; width: 5px; border-radius: 10px; } ::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; } ::-webkit-scrollbar-thumb { background: #a6a5a5; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #908f8f; } /* End scrollbar style */