body {
  background: var(--color-white);
  color: #222222;
  font-family: sofia-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-light);
  position: relative;
}

a {
  color: #3049d2;
}

a:hover {
  cursor: pointer;
}

ul {
  list-style-type: square;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}
