@font-face {
  font-display: swap;
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/rethink-sans-v7-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/rethink-sans-v7-latin-700.woff2") format("woff2");
}

body {
  background: #23195E;
  color: #ffffff;
  text-align: center;
  font-size: 18px;

  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  display: block;
  margin: 25vh auto;
  max-width: 700px;
}

p.pre-ul {
  margin-bottom: 8px;
}

ul {
  display: block;
  margin-top: 0;
  text-align: left;
}

a {
  color: #ffffff;
}


@media (max-width: 1024px) {
  section {
    margin: 5vh auto;
    padding: 0 5px;
  }
}