* { box-sizing: border-box; }
body { margin: 0; }
::-webkit-scrollbar { width: 0; height: 0; }
.row-scroll::-webkit-scrollbar { display: none; }
a { text-decoration: none; color: inherit; }

:root {
  --border-radius-md: none;
  --shadow: none;
}

.discord-link {
  background-color: #7189da;
  color: white;
  font-weight: bold;
  padding: 16px 10px;
  border-radius: 16px;
  display: flex;
  justify-content: center;

  &::after {
    content: "" !important;
  }

  &:hover {
    color: white !important;
  }

  &::before {
    background: none;
  }
}
