| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| .material-symbols-outlined { | |
| font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; | |
| } | |
| ::-webkit-scrollbar { | |
| width: 6px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: transparent; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: #e4e2e3; | |
| border-radius: 10px; | |
| } | |