/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

:root[data-theme="light"] {
  --border-color: #9a8873;
}

:root[data-theme="dark"] {
  --border-color: #ebd1aa;
}

.clearfix-7da63 {
  clear: both;
}
.board-b72b1 {
  border: solid 5px var(--border-color);
  border-radius: 5px;
  box-sizing: content-box;
}
.square-55d63 {
  float: left;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.white-1e1d7 {
  background-color: #ebd1aa;
  color: #9a8873;
}
.black-3c85d {
  background-color: #9a8873;
  color: #ebd1aa;
}

.notation-322f9 {
  cursor: default;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
}
.alpha-d2270 {
  bottom: 1px;
  right: 3px;
}
.numeric-fc462 {
  top: 2px;
  left: 2px;
}
