/* import common css */
@import url("main.css");
@import url("syntax.css");

/* define colors */
:root {
  --bg: white;
  --fg: black;
}
