docs(milestone): complete v0.1 foundation

---ci---
phase: 0
milestone: v0.1
status: complete
---/ci---
This commit is contained in:
Praxis CI
2026-08-01 13:32:48 +00:00
parent bcb0118034
commit fbd6602814
91 changed files with 10220 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
/* Praxis v0.1 — minimal global reset (voice-first, no marketing chrome). */
:root {
font-family: system-ui, -apple-system, sans-serif;
color: #1a1a1a;
background: #fff;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
}