.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--neutral-on-background-weak) var(--neutral-alpha-weak)}.custom-scrollbar::-webkit-scrollbar{height:8px;width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--neutral-alpha-weak);border-radius:var(--radius-m)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--neutral-on-background-weak);border-radius:var(--radius-m);-webkit-transition:background .2s ease;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--neutral-on-background-medium)}.custom-scrollbar::-webkit-scrollbar-thumb:active{background:var(--brand-on-background-medium)}@media print{body{margin:0;padding:0;background:white}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}