Light
Default theme for first load, documentation, and package examples.

Foundation
Light is the default theme. Dark mode is opt-in through `data-theme="dark"` and uses the same semantic token names.
$color.palette.navy-600#2563EB$color.palette.navy-200#E2E8F0$color.palette.gray-600#475569$color.palette.red-600#DC2626$color.palette.green-600#16A34A$color.palette.navy-900#0F172ADefault theme for first load, documentation, and package examples.
Activated only by explicit user selection or `data-theme="dark"`.
import "@hozorica/hods-react/tokens.css"; document.documentElement.dataset.theme = "light";