@charset "utf-8";

:root {
  --color-bg: black;
  --color-fg: white;
  --color-primary: white;

  --cursor-size: 24px;
}

.cursor {
  background: white;
}
/*TODO disable dark*/
