/* ── househouse theme ─────────────────────────────────────────────────────────
 * The default theme. Matches style.css base variables — no overrides needed.
 * Listed here explicitly so other firms can use it as a reference.
 * ─────────────────────────────────────────────────────────────────────────── */

/*
:root {
  --bg:     #000;
  --text:   #fff;
  --muted:  rgba(255,255,255,0.45);
  --border: rgba(255,255,255,0.12);
  --font:   "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max-w:  1400px;
  --pad:    40px;
}
*/
