:root {
  --button-color: #182D4D; }

:root {
  --font-site: Klavika-Regular;
  --bullet-number-font: Klavika-Bold;
  --brand-neutral: #0C2340;
  --bullet-number-color: #182D4D;
  --fingerprint-color: #182D4D; }

.uch-list-bullet__text-wrapper {
  font-family: var(--font-site);
  color: var(--brand-neutral); }
  .uch-list-bullet__text-wrapper h1 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h2 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h3 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h4 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h5 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h6 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }

.uch-list-bullet__number-wrapper {
  font-family: var(--font-site);
  color: var(--brand-neutral);
  font-family: var(--bullet-number-font);
  color: var(--bullet-number-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: normal; }

.uch-list-bullet__title {
  font-family: var(--bullet-number-font);
  color: var(--brand-neutral);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }

.uch-list-bullet__text {
  font-family: var(--font-site);
  color: var(--brand-neutral);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }

.uch-list-bullet svg path {
  fill: var(--fingerprint-color); }

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