@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap");:root{--bordo:#540409;--klasik-kirmizi:#bc0e0e;--gul-kurusu:#94272d;--kiremit:#b27063;--krem:#c8b9a9;--krem-light:#e6dfd8;--kahverengi:#6e5745;--orman-yesili:#1e4e30;--bg-color:var(--krem-light);--text-color:var(--bordo);--text-muted:var(--kahverengi)}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{max-width:100vw;overflow-x:hidden;font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}a{color:inherit;text-decoration:none}::selection{background-color:var(--kiremit);color:var(--krem-light)}.reveal-up{opacity:0;transform:translateY(40px) scale(.98);animation:revealUp 1s cubic-bezier(.16,1,.3,1) forwards}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}@keyframes revealUp{to{opacity:1;transform:translateY(0) scale(1)}}.marquee-container{overflow:hidden;white-space:nowrap;width:100%;display:flex}.marquee-content{display:flex;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.glass-panel{background:hsla(30,22%,87%,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(84,4,9,.05)}@media (min-width:769px){*{cursor:none!important}}.CustomCursor_cursorWrapper__s2HZ3{position:fixed;top:0;left:0;width:0;height:0;pointer-events:none;z-index:99999;mix-blend-mode:difference}.CustomCursor_cursorVisual__iNfvK{position:absolute;top:-6px;left:-6px;width:12px;height:12px;background-color:#fff;border-radius:50%;transform:scale(1);transition:transform .4s cubic-bezier(.16,1,.3,1)}.CustomCursor_hovering__1PXPe{transform:scale(5)}@media (max-width:768px){.CustomCursor_cursorWrapper__s2HZ3{display:none}}