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