/* A set of reusable classes */ .bg-editor { background-color: #282c34; } .text-editor { color: #abb2bf; } .font-editor { font-family: "JetBrains Mono"; font-size: 14px; }