@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1;letter-spacing:-.05px;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .2s,color .2s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin-bottom:6px}p:last-child{margin-bottom:0}::selection{background-color:var(--bg-selection)}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit}:root[data-theme=light]{--bg-primary:#ffffff;--bg-inverted:#000000;--bg-selection:#d1d1d1;--text-primary:#000000;--text-secondary:#6d6d6d;--text-inverted:#ffffff;--border-normal:#d1d1d1;--border-highlight:#000000;--border-width:0.5px}:root[data-theme=dark]{--bg-primary:#000000;--bg-inverted:#ffffff;--bg-selection:#333333;--text-primary:#ffffff;--text-secondary:#808080;--text-inverted:#000000;--border-normal:#333333;--border-highlight:#ffffff;--border-width:0.5px}