Buttons
Buttons signal actions. Primary uses BiglerNet red; all others use the neutral palette.
Usage
html
<button class="ds-btn ds-btn-primary">Primary</button>
<button class="ds-btn ds-btn-secondary">Secondary</button>
<button class="ds-btn ds-btn-ghost">Ghost</button>
<button class="ds-btn ds-btn-danger">Danger</button>Rules
- All sizes share the same weight (600), font-family, and letter-spacing.
- Focus state: 2px solid
--accent-primaryoutline, 2px offset. - Hover uses color shift, not interaction hints.