* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: unset;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul,
ol {
  padding-left: 2em;
}

li {
  margin-bottom: 0.5em;
}

.katex-html {
  display: none;
}

body {
  font-family: "Inter", sans-serif;
  background: #eceff5;
}

.loading-content {
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background-color: white;
  color: #2383e2;
}

.loading-logo img {
  height: 40px;
}

.loading-icon {
  font-size: 25px;
}
