@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #fdfcfb;--foreground: #1a1c21}body{background-color:var(--background);color:var(--foreground);font-family:Heebo,sans-serif}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;background:#f97316;border-radius:50%;cursor:pointer;border:3px solid white;box-shadow:0 2px 4px #0000001a;margin-top:-7px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;background:#ffedd5;border-radius:2px}
