body {
  font-family: "Barlow", sans-serif;
}
.font-gabarito {
  font-family: "Gabarito", sans-serif;
}

.mt-6 {
  margin-top: 4rem;
}
.mt-7 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 6rem;
}
.mt-9 {
  margin-top: 7rem;
}
.mt-10 {
  margin-top: 8rem;
}


.mb-6 {
  margin-bottom: 4rem;
}
.mb-7 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 6rem;
}
.mb-9 {
  margin-bottom: 7rem;
}
.mb-10 {
  margin-bottom: 8rem;
}

.copy-txt {
  font-size: 0.85rem;
}

.box {
  border-radius: 16px;
  padding: 16px;
  color: white;
}
.boxTitle {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.boxDesc {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boxContent {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.bg-back {
  background-color: #131313;
  overflow-x: hidden;
}
.bg-footer {
  background-color: #080808;
  border-radius: 1.5rem;
}
.bg-lightgray {
  background-color: #dedede;
  overflow-x: hidden;
}
.feature-box {
  background-color: #151515;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.feature-card {
  background-color: #080c0e;
  border-radius: 1rem;
}
.download-img-btn {
  width: auto;
  height: 3rem;
}
.img-logo {
  width: auto;
  height: 3rem;
}
.img-logo-footer {
  width: auto;
  height: 4rem;
}

/* logo used in privacy and term page */
.img-logo-small {
  width: auto;
  height: 2.5rem;
}

/* icon such as instagram discord */
.img-icon-footer {
  width: auto;
  height: 2rem;
}

.img-icon-feature {
  width: auto;
  height: 80px;
}

.txt-gray {
  color: #454545;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .download-img-btn {
    width: auto;
    height: 3rem;
  }
}
