:root {
  --row-height: 3.2rem;
  --cell-border-width: 0.1rem;
}
@media screen and (max-width: 1366px) {
  :root {
    --row-height: 4.8rem;
  }
}
