/* index.css — minimal reset; all styles live in src/styles/globals.css */ *, *::before, *::after { box-sizing: border-box; } body { margin: 0; }