html, body { height: 100%; } body { margin: 0; background-color: hsl(var(--muted)); color: hsl(var(--foreground)); font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; -webkit-font-smoothing: antialiased; } *, *::before, *::after { box-sizing: border-box; }