/* FONTS */
:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.article-table-simple,
.article-table-simple__item {
  font-family: "ubuntulight";
  font-size: 16px;
  color: #464039; }

.article-table-simple__header--title {
  background-color: #D8D4CF;
  color: #464039;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */ }

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