/**
 * personalization.css
 * Placeholder stylesheet to satisfy existing preload/link references.
 * Add persona-specific styling here if/when needed.
 */

:root {
  /* persona accent colors (optional overrides) */
  --persona-primary: #0066cc;
  --persona-secondary: #00d4ff;
}

[data-persona] {
  /* Keep neutral styling to avoid layout shifts */
}







