---
paths:
  - "*.html"
  - "css/**"
  - "js/**"
---

# Frontend rules

- Keep navigation and footer links consistent across all pages.
- Reuse existing classes before adding new ones.
- Preserve visual consistency with the current design.
- Avoid unnecessary JavaScript when HTML/CSS is enough.
- Keep mobile responsiveness intact.