@charset "UTF-8";

body{
  background:var(--cs-bg);
  color:var(--cs-ink);
  font-family:Arial, Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

::selection{
  background:#111111;
  color:#ffffff;
}