:root {
    --primary: #1877F2;
    --editor-bg: #FFFFFF;
    --border-color: #DADDE1;
    /* ... include all variables from the original file ... */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
/* ... include all other CSS rules ... */