@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/kepano/flexoki@2.0.0/css/flexoki.css");

body {
  background-color: var(--flexoki-black);
  color: var(--flexoki-200);
  font-family: "M PLUS 1", sans-serif;
}

a:link {
  color: var(--flexoki-blue-600);
}
a:visited {
  color: var(--flexoki-purple-600);
}
a:hover {
  color: var(--flexoki-blue-400);
}
a:visited:hover {
  color: var(--flexoki-purple-400);
}
a:active {
  color: var(--flexoki-red-600);
}

summary {
  cursor: pointer;
}

main {
  font-size: 16em;
}
