@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fff;--foreground:#171717;--font-sans:"Ubuntu","Noto Sans KR",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans","Apple SD Gothic Neo","Malgun Gothic",Arial,"Helvetica Neue",sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:768px){body{font-size:14px;overflow-x:hidden}}