/*
 * Project-level color aliases. The fitness UI is written against fore/back
 * token names; map them to the hf-ui surface tokens so cards and text follow
 * light/dark mode instead of being stuck on hardcoded light fallbacks.
 * These are kept out of hf-config.css since that file belongs to hf-ui.
 */
:root {
  --hf-color-fore: var(--hf-color-surface-text);
  --hf-color-fore-muted: var(--hf-color-surface-subtext);
  --hf-color-back: var(--hf-color-elevated-surface);
  --hf-color-back-subtle: var(--hf-color-background-surface);
}
