:root{--color-coffee: 111 78 55;--color-parchment: 249 248 246;--color-tan: 210 180 140;--color-sand: 230 220 207;--color-umber: 62 39 35;--color-paper: 255 255 255;--color-surface: 255 255 255;--color-white: 255 255 255}.dark{--color-coffee: 161 140 125;--color-parchment: 20 18 16;--color-tan: 141 110 99;--color-sand: 60 55 50;--color-umber: 231 229 228;--color-paper: 35 32 30;--color-surface: 35 32 30;--color-white: 30 27 25}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgb(var(--color-tan));border-radius:99px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-coffee))}body{background-color:rgb(var(--color-parchment));color:rgb(var(--color-umber));font-family:Inter,sans-serif;transition:background-color .3s ease,color .3s ease}.texture-noise{position:relative}.texture-noise:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.content-layer{position:relative;z-index:1}
