:root {
  color-scheme: dark;
  --night: #030711;
  --navy: #07111f;
  --blue: #10294d;
  --blue-light: #7891b0;
  --moon: #eef4fb;
  --silver: #a6b3c4;
  --line: rgba(238,244,251,.1);
}
body { background: #030711 !important; color: #eef4fb !important; }
.surface { background: #07111f !important; }
.surface-alt { background: #0b1d38 !important; }
.panel { background: rgba(16,41,77,.7) !important; }
.panel-solid { background: #10294d !important; }
.page-sky { color: #eef4fb !important; }
#site-header { color: #fff !important; }
