Would it be possible to use css variables for the border properties? Having

Would it be possible to use css variables for the border properties? Having a hard time to override these styles from shadow dom:

#editor {
          border: 1px solid #e3e3e3;
          border-radius: 4px;
}