#app{min-height:100vh}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:#fcf9f8;color:#323232;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;border:none;outline:none}ul,ol{list-style:none}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle}::selection{background-color:#745b3b4d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0eded}::-webkit-scrollbar-thumb{background:#b3b2b1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#7b7a7a}.container{width:100%;max-width:1920px;margin:0 auto;padding:0 3rem}.content{max-width:1280px;margin:0 auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-headline{font-family:Manrope,sans-serif}.font-body{font-family:Inter,sans-serif}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-primary{color:#5f5e5e}.text-secondary{color:#745b3b}.text-surface{color:#323232}.text-muted{color:#5f5f5f}.bg-primary{background-color:#5f5e5e}.bg-secondary{background-color:#745b3b}.bg-surface{background-color:#fcf9f8}.bg-surface-container{background-color:#f0eded}.bg-surface-container-low{background-color:#f6f3f2}.bg-surface-container-high{background-color:#eae8e7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-weight:500;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn:active{transform:scale(.99)}.btn-primary{background-color:#5f5e5e;color:#faf7f6}.btn-primary:hover{background-color:#535252}.btn-secondary{background-color:#745b3b;color:#fff7f3}.btn-secondary:hover{background-color:#674f30}.btn-outline{background-color:transparent;border:1px solid #b3b2b1;color:#323232}.btn-outline:hover{border-color:#5f5e5e}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.animate-slide-in-top{animation:slideInFromTop .3s cubic-bezier(.4,0,.2,1)}.animate-slide-in-bottom{animation:slideInFromBottom .3s cubic-bezier(.4,0,.2,1)}
