fbd6602814
---ci--- phase: 0 milestone: v0.1 status: complete ---/ci---
16 lines
257 B
CSS
16 lines
257 B
CSS
/* 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;
|
|
} |