@font-face {
  font-family: "iASansDay";
  src: url("../fonts/iASans-BoldC.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "iASansDay";
  src: url("../fonts/iASans-MediumC.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}


@font-face {
  font-family: "iASansDay";
  src: url("../fonts/iASans-TextC.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "iASansDay";
  font-size: 24px;
  font-style: normal;
}

/*ul {
  list-style-type: none;
}

li {
  margin-top: 1rem;
}*/

.container {
  margin: 2rem auto;
  max-width: 52rem;
  width: 80vw;
}
