:root{--font-display:"Fraunces","Georgia","Times New Roman",serif;--font-body:"Manrope","Segoe UI",system-ui,Arial,sans-serif;--font-mono:"Space Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--atm-paper:#efe8dc;--atm-ink:#182930;--atm-gold:#ce8e52}*{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;background-color:var(--atm-paper);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:140px 140px}@media (prefers-reduced-motion:reduce){body:before{opacity:.03}}.atm-ticker{display:flex;width:max-content;animation:atm-ticker-scroll var(--atm-ticker-duration,34s) linear infinite;will-change:transform}.atm-ticker:hover{animation-play-state:paused}@keyframes atm-ticker-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.atm-ticker{animation:none}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:#e6ddce}::-webkit-scrollbar-thumb{background:#c1b6a3;border-radius:0;border:3px solid #e6ddce}::-webkit-scrollbar-thumb:hover{background:var(--atm-gold)}*{scrollbar-color:#c1b6a3 #e6ddce;scrollbar-width:thin}::selection{background:rgba(206,142,82,.24);color:#182930}::-moz-selection{background:rgba(206,142,82,.24);color:#182930}img{max-width:100%}:focus-visible{outline:2px solid rgba(206,142,82,.6);outline-offset:2px}