@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#faf8f5;color:#2c2825;font-family:Inter,sans-serif;overflow-x:hidden}.heading-font{font-family:Playfair Display,serif}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.fade-up.visible{opacity:1;transform:none}:focus-visible{outline:2px solid #c8a882;outline-offset:3px}.container{max-width:1280px;margin:auto;padding:0 1.25rem}@media (min-width:640px){.container{padding:0 1.75rem}}@media (min-width:1024px){.container{padding:0 2.5rem}}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;border-radius:9999px;background:#e0d5c8;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;background:#c8a882;cursor:pointer;border:3px solid #ffffff;box-shadow:0 2px 8px #2c282538;transition:background .2s,transform .15s}input[type=range]::-webkit-slider-thumb:hover{background:#b5936a;transform:scale(1.12)}input[type=range]::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:#c8a882;cursor:pointer;border:3px solid #ffffff;box-shadow:0 2px 8px #2c282538;transition:background .2s,transform .15s}input[type=range]::-moz-range-thumb:hover{background:#b5936a;transform:scale(1.12)}input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:9999px;background:linear-gradient(to right,#c8a882 var(--progress, 0%),#e0d5c8 var(--progress, 0%))}
