@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";:root{--max-width: 1200px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-size:1em}ul{list-style-type:none}a{text-decoration:none;color:#000}h1,h2,h3,h4,h5{letter-spacing:.05em}.furniture{font-size:1.75em;font-weight:900}.section{padding:5rem 0}.section-center{width:90vw;margin:0 auto;max-width:var(--max-width)}.text-center{text-align:center}.btn-primary{background-color:#000;color:#fff;padding:.5rem 2rem;display:inline-block;transition:linear all .3s}.btn-primary:hover{box-shadow:5px 5px 10px #0000004d}.loading{width:3rem;height:3rem;margin:0 auto;margin-top:5rem;border-radius:50%;border:4px solid #ccc;border-top-color:#000;animation:spinner .6s linear infinite}hr{border:none;border-top:1px solid gray}@keyframes spinner{to{transform:rotate(360deg)}}
