@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f6f2;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}input,textarea,select,button{font-family:inherit}input:focus,textarea:focus,select:focus{border-color:#c9a227!important;box-shadow:0 0 0 3px #c9a22729!important}button:hover{filter:brightness(1.03)}button:active{transform:translateY(1px)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8d4c8;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#c4c0b4}::-webkit-scrollbar-track{background:0 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.18s ease-out fadeIn}
