/**
 * Структурные токены (без палитры). Цвета — в theme.css (html[data-theme]).
 */
:root {
  --font-main: system-ui, -apple-system, Segoe UI, Roboto;
  --radius: 10px;
}
