@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.animate-sway-slow{animation:sway 20s ease-in-out infinite alternate}@keyframes sway{0%{transform:scale(1.05) translate(0) rotate(0)}33%{transform:scale(1.1) translate(10px,-10px) rotate(1deg)}66%{transform:scale(1.08) translate(-5px,5px) rotate(-.5deg)}to{transform:scale(1.05) translate(0) rotate(0)}}.text-texture-mapped{background-image:url(/assets/dappled_light.png);background-size:cover;background-position:center;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}html,body{margin:0;padding:0;width:100vw;height:100vh;height:100dvh;background:transparent;overflow:hidden;overscroll-behavior:none}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}#root{width:100%;height:100%;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.workspace-shell{font-family:IBM Plex Sans KR,Noto Sans KR,sans-serif;color:#26251f}.workspace-shell button,.workspace-shell a,.workspace-shell [role=button]{touch-action:manipulation}.workspace-shell button,.workspace-shell input,.workspace-shell textarea,.workspace-shell select{font-family:inherit}.workspace-document .content-area{font-family:"Noto Serif KR",serif}.workspace-document .content-area h1,.workspace-document .content-area h2,.workspace-document .content-area h3{font-family:IBM Plex Sans KR,Noto Sans KR,sans-serif}
