/* LIGHT COLORS */
/* DARK COLORS */
/* SIZES */
/* FONT SETTINGS */
p.commit-header {
  font-variant: normal;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
}
p.commit-header::before, p.commit-header::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #aaa;
}

.char:not(.tight-char .char) {
  display: inline-block;
  width: 1.25ch;
  text-align: center;
  font-weight: normal;
}

.char {
  display: inline-block;
  width: 1ch;
  text-align: center;
  font-weight: normal;
}

/*# sourceMappingURL=chess.css.map */