/* PurposeOS custom styles — loaded via themeCSS */
:root { --bg: #0d1f2d; --fg: #f5ede3; --accent: #e8712c; }
body { background: var(--bg); color: var(--fg); }
