/**
 * Default UI custom properties
 */
:root {
  --borderStyle: solid;
  --borderWidth: 1px;
  --radius: 5px;
}
