/* Vox Ordo adoption bridge — link AFTER styles.css + the page's own CSS.
   Maps legacy product variable names onto the design-system tokens so the
   existing vanilla UI picks up the new webfonts. Colors are already aliased
   in tokens/colors.css (--bg, --fg, --accent ...). */
:root {
  --sans: var(--font-sans);
  --mono: var(--font-mono);
  --font: var(--font-sans);
}
