phase-4: scss upgrade

This commit is contained in:
Sai Kiran Vella
2026-06-04 15:49:49 -04:00
parent dc7ee22135
commit 57190f2945
18 changed files with 1275 additions and 819 deletions
+10
View File
@@ -0,0 +1,10 @@
// ── Reset & Base ──────────────────────────────────────────────────────────
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
background: var(--bg-base);
color: var(--text-secondary);
font-size: var(--fs-md);
}