/* 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; }

:root {
  --bullet-number-color: #7E7367; }

.uch-list-bullet__number-wrapper {
  color: var(--bullet-number-color);
  text-align: center;
  font-family: "ubuntulight";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px; }

.uch-list-bullet__text-wrapper .uch-list-bullet__title {
  font-family: "ubuntumedium";
  color: #464039; }

.uch-list-bullet__text-wrapper .uch-list-bullet__text {
  font-family: "ubuntulight";
  color: #464039; }
  .uch-list-bullet__text-wrapper .uch-list-bullet__text p {
    font-family: "ubuntulight";
    color: #464039; }

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