/* dark-mode.css — base color reset only. Visual design is in custom.css */
body { background-color: #07090e; color: #e8f4ff; }
.space-box { background-color: #07090e; }
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #fff; }
input[type="text"],input[type="tel"],input[type="search"],input[type="email"],input[type="password"],input[type="url"],textarea,select { color: #e8f4ff; background-color: #111720; border-bottom: 1px solid rgba(255,255,255,0.06); }
.space-page-content,.space-widget { color: #e8f4ff; }
