:root{
  --bg:#2a2a2e;
  --accent:rgba(255,255,255,0.30);
  --ink:rgba(255,255,255,0.94);
  --ease:cubic-bezier(.22,1,.36,1);
  color-scheme:dark;
}

body{
  background:#0c0c0e;
  color:var(--ink);
}

/* text selection colour */
::selection{
  background:var(--accent);
  color:#0c0c0e;
}
