Components
Button
Buttons are built to be theme-friendly with SCSS variables. Swap colors or radius tokens in `page.module.scss` to make them match your brand.
Usage
- Import the button component into your page or layout.
- Add a `variant` prop if you want to differentiate primary and secondary actions.
- Use the palette variables to change hover and focus states globally.
Design tips
Keep label text short and actionable. Pair buttons with icons sparingly to maintain a clean look across the library.
