.typography a {
  font-family: var(--font-family);
  color: var(--dark);
  text-decoration: none;
}
.typography.normal a{
  /* <p> default */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
}

.font-color-white a {
  color: var(--white);
}

.font-color-secondary-blue a {
  color: var(--original-blue-02);
}
.container ul {
  list-style-type: disc;
  /* margin-left: 1.5rem; */
}

