/*
Theme Name:  ReelOmni Child
Theme URI:   https://reelomni.com
Description: ReelOmni v1.3 — Child theme for the Extendable parent. Demo-first, JSON-driven.
Author:      ReelOmni Collective
Author URI:  https://reelomni.com
Version:     1.3.0
Template:    extendable
Text Domain: reelomni-child
*/

/* The child theme intentionally keeps this file minimal:
   real styles live under /assets/css/*. The header above is
   required for WordPress to recognize the child theme. */

:root {
  /* Provide a minimal safe fallback if assets fail */
  --bg: #0B0B0C;
  --text: #EDEDED;
}
body { background: var(--bg); color: var(--text); }
