:root { --background: #ffffff; --foreground: #171717; } body { margin: 0; padding: 0; color: var(--foreground); background: var(--background); }