/* import common css */ @import url("main.css"); @import url("syntax.css"); /* define colors */ :root { --bg: #111; --fg: #eee; --accent: #666; }