/* Google Sheets exact tokens. */
:root {
  --table-ui-scale: 1;
  --table-row-height: 21px;
  --table-header-height: 21px;
  --table-group-header-height: 20px;
  --table-font-size: 13px;
  --table-header-font-size: 13px;
  --table-cell-padding-x: 3px;

  --table-bg: #ffffff;
  --table-panel-bg: #ffffff;
  --table-header-bg: #f8f9fa;
  --table-header-group-bg: #f8f9fa;
  --table-header-locked-bg: #f8f9fa;
  --table-grid: #e2e3e3;
  --table-grid-soft: #e2e3e3;
  --table-group-separator: #e2e3e3;
  --table-hover-bg: #f5f5f5;
  --table-selected-bg: #d3e3fd;
  --table-zebra-bg: #ffffff;

  --table-text: #000000;
  --table-header-text: #444746;
  --table-muted: #444746;
  --table-focus: #1a73e8;

  --table-edit-bg: #ffffff;
  --table-edit-header-bg: #f8f9fa;

  --table-state-positive: #137333;
  --table-state-negative: #a50e0e;

  --table-border: var(--table-grid);
  --table-border-soft: var(--table-grid-soft);
  --table-hover: var(--table-hover-bg);
}
