@import './theme.css'; * { box-sizing: border-box; } html, body, #root { width: 100%; height: 100%; margin: 0; padding: 0; } body { background: var(--surface-0); color: var(--text-primary); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Framework7 supplies the family; this only guards against a flash before its stylesheet applies. */ font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif; }