/* aether-web — base.css (extracted from index.html inline <style>, W_1a). Do not add new rules here without reason. */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:var(--font);font-size:13px}
