feat(layout): add WolfToggle to header for fun wolf-speak mode
Added a new WolfToggle component and imported it into Header.svelte
Placed WolfToggle next to the existing ThemeToggle inside a shared flex container for a balanced layout
Exported WolfToggle from src/lib/components/layout/index.ts for accessibility across the app