/* Minimal global stylesheet shim to restore site globals
   This imports the Mar00n site CSS modules so pages referencing
   ../glbl.css will receive the expected rules. */
@import url('Mar00n/css/neo-sentinel.css');
@import url('Mar00n/css/acts.css');

/* Fallback root variables (safe defaults if originals are missing) */
:root{
  --bg:#05070b;
  --text:#eaeef7;
  --muted:rgba(234,238,247,.72);
  --amber:#ffb000;
  --cyan:#00f2ff;
}

html,body{background:var(--bg);color:var(--text);}
