@import"https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap";:root{font-family:Parkinsans,sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal;color-scheme:light dark;--color-textPrimary: hsl(0, 0%, 88%);--color-textSecondary: hsl(0, 0%, 60%);--color-iconColor: hsl(0, 0%, 54%);--color-surface: hsl(0, 0%, 6%);--color-background: hsl(0, 0%, 14%);--color-backgroundSecondary: hsl(0, 0%, 24%);--color-backgroundSecondary-bg: hsl(0, 0%, 20%);--color-surface-hover: hsl(0, 0%, 20%);--color-border: hsl(0, 0%, 30%)}#root{display:flex;flex-direction:column;width:100dvw;height:100dvh;color:var(--color-textPrimary);background-color:var(--color-background);overflow-x:auto;overflow-y:auto}#root::-webkit-scrollbar{width:10px}#root::-webkit-scrollbar-track{background:var(--color-bg-tertiary);border-radius:1000px}#root::-webkit-scrollbar-thumb{background:var(--color-neutral-600);border-radius:1000px}#root::-webkit-scrollbar-thumb:hover{background:var(--color-neutral-500)}*{font-family:Parkinsans,sans-serif}body{margin:0;min-height:100dvh;min-width:100dvw;anchor-name:--body}
