# The styling contract These stylesheets are the public API of plspace's appearance. They are written so that a user's own CSS can override any of it without fighting the cascade. ## Rules the app follows 1. **No CSS framework, no utility classes.** Every class names the *thing* it styles, not how it looks. `.friend-card-photo`, not `.w-16.rounded`. 2. **No Svelte scoped styles.** Not one component has a `