@tailwind components;@tailwind utilities;html,body,#root,#__next{padding:0;margin:0;font-family:"Source Serif 4",Crimson Pro,Georgia,Times New Roman,serif;height:100%;width:100%;overflow:hidden;position:fixed;overscroll-behavior:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}a{color:inherit;text-decoration:none}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#e8e4dd}::-webkit-scrollbar-thumb{background:#c4b8a8;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#a89888}[data-theme=dark] ::-webkit-scrollbar-track{background:#2e2b28}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#4a4540}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#5a5550}
