@font-face {
  font-family: "Inter Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Inter Regular"),
    url("../assets/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Inter Thin"), url("../assets/Inter-Thin-BETA.woff") format("woff");
}

@font-face {
  font-family: "Inter Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Inter Medium"), url("../assets/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter Semi Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Inter Semi Bold"),
    url("../assets/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Inter Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Inter Bold"), url("../assets/Inter-Bold.woff") format("woff");
}

body {
  font-size: 12px;
  font-family: "Inter Regular", "avertastd", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  background-color: #181a29;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.qr-container {
  display: flex;
  flex-direction: column;
  background: #00000050;
  padding: 5px;
  width: 90vw;
  height: 93vh;
  gap: 2%;
  border-radius: 12px;
  border: 1px solid #34394e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}

.qrbg {
  background: #fbfbfbe0;
  border-radius: 20px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.qr-container img {
  width: 250px;
  height: 250px;
}

.bot-link {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}

.bot-link a {
  color: #0088cc;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.bot-link a:hover {
  text-decoration: underline;
}

.title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fbfbfb;
  font-weight: bold;
}
