
:root {
  --bg-color: #1E1E1E;
  --font-color: #9D9FA5;
}

body {
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,Arial,sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; */
  font-family: 'Inter';
  font-size: 14px;
  line-height: 1.5;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
}

a, p, h1, h2, h3, h4, h5, h6 {
  color: var(--font-color);
}

li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

.block_select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
