/* import common css */ @import url("main.css"); @import url("syntax.css"); /* define colors */ :root { --bg: black; --fg: white; }