@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Nunito Sans,sans-serif}* ::-webkit-scrollbar{width:8px;height:8px}* #modal-root{z-index:1000;position:relative}* body.modal-open{overflow:hidden}* ::-webkit-scrollbar-track{background:var(--theme-bg,#121212);border-radius:10px}* ::-webkit-scrollbar-thumb{background:var(--theme-border,#2d2d2d);border-radius:10px}* ::-webkit-scrollbar-thumb:hover{background:var(--theme-card-hover,#2a2a2a)}* ::-webkit-scrollbar-thumb:horizontal{background:var(--theme-border,#2d2d2d);border-radius:10px}* ::-webkit-scrollbar-thumb:horizontal:hover{background:var(--theme-card-hover,#2a2a2a)}
