// Real API returns the subject shape directly per (level, tone).
// subjectAtLevel becomes a passthrough — levels are merged in app.jsx.
function subjectAtLevel(subject, level, tone = 'formal') {
  return subject;
}
window.subjectAtLevel = subjectAtLevel;
window.SAMPLE_SUBJECTS = [];
window.CASUAL_REWRITES = {};
