@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg: #0d1117;--surface: #161b22;--surface-2: #21262d;--border: #21262d;--fg: #e6edf3;--muted: #8b949e;--accent: #f0883e;--status-open: #3fb950;--status-progress: #d2991d;--status-pending: #f0883e;--status-resolved: #8b949e;--priority-critical: #f85149;--priority-high: #f0883e;--priority-medium: #d2991d;--priority-low: #3fb950;--chart-1: #f85149;--chart-2: #f0883e;--chart-3: #d2991d;--chart-4: #3fb950;--chart-5: #58a6ff;--font-mono: "JetBrains Mono", "Courier New", monospace;--font-body: "IBM Plex Sans", system-ui, sans-serif;--sidebar-width: 240px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2)}::-webkit-scrollbar-thumb:hover{background:var(--muted)}::selection{background:var(--accent);color:var(--bg)}
