:root {
  --border-radius: 7px;
  --border-radius-btn: 7px;
  --border-radius-form-input: 7px;
  --border-radius-table: 10px;
  --height-nav: 44px;
  --width-nav: 48px;
  --header-height: 44px;
  --font-icon-family: "font-brave";
  --font-family-base: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --font-family-system: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --icon-pointer-left: "\E817";
  --icon-check-ok: "\e800";
  --line-tree-style: 1px dotted var(--color-line);
  --line-height: 1.35em;
  --table-border-radius: 10px;
  --icon-sorting-asc: "\E996";
  --icon-sorting-desc: "\E997";
  --icon-sorting-default: "\E998";
  --table-border-radius-row: 6px;
  --table-image-border-radius: 6px;
  --table-cell-height: 24px;
  --table-macro-head-height: 58px;
  --table-macro-head-height-mobile: 60px;
  --checkbox-size: 18px;
  --checkbox-border-width: 1px;
  --checkbox-border-radius: 4px;
  --shadow-alert: 0 0 7px 2px;
  --shadow-alert-card: 1px 1px 3px;
  --checkbox-padding-left: 10px;
  --form-state-switch-width: 23px;
  --form-upload-height: 150px;
  --form-media-box-height: 110px;
  --finder-sidebar-width: 170px;
  --border-radius-form: 7px;
  --table-padding-laterals: 10px;
  --padding-lateral: 10px;
  --gap-space: 10px;
}
