/* Dashboard global baseline */ @import './styles/design-system.css'; html, body, #app { width: 100%; height: 100%; margin: 0; } html { color-scheme: light dark; -webkit-text-size-adjust: 100%; } body { min-width: 320px; overflow: hidden; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif; color: var(--dp-text-primary); background: var(--dp-bg-app); font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } *, *::before, *::after { box-sizing: border-box; } a { color: inherit; text-decoration: none; } img, video, canvas, svg, iframe { max-width: 100%; } button, input, textarea, select { font: inherit; } #app { overflow: hidden; } .dp-page { min-width: 0; min-height: 0; }