@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,:before,:after{box-sizing:border-box}html{color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background-color:#f7f4f0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}body{background-color:#f7f4f0;min-height:100vh;margin:0}#root{min-height:100vh}}input[type=range]{appearance:none;cursor:pointer;background:0 0;width:100%}input[type=range]::-webkit-slider-track{background:#e5e1da;border-radius:100px;height:6px}input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border:3px solid #a50034;border-radius:50%;width:24px;height:24px;margin-top:-9px;transition:transform .12s,box-shadow .12s;box-shadow:0 2px 8px #a500344d}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 16px #a5003459}input[type=range]::-webkit-slider-thumb:active{transform:scale(1.3)}input[type=range]::-moz-range-track{background:#e5e1da;border-radius:100px;height:6px}input[type=range]::-moz-range-thumb{background:#fff;border:3px solid #a50034;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 8px #a500344d}
