@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Quicksand:wght@300&family=Roboto+Mono:wght@100&display=swap');

h1,
h2,
h3,
h4,
h5,
p {
  font-family: Arial, Helvetica, sans-serif !important;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #13161a !important;
    color: #fff !important;
  }
  .custom-btn {
    border: 1px solid #fff !important;
    color: #fff;
  }
  .custom-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
  .faq-content {
    color: #cdcdcd;
  }
  .logoletter path {
    fill: white;
  }
}
@media (prefers-color-scheme: light) {
  body {
    background-color: #fff !important;
    color: #000 !important;
  }
  .custom-btn {
    border: 1px solid #000 !important;
    color: #000;
  }
  .custom-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  .faq-content {
    color: #545454;
  }
}
a {
  color: inherit !important;
  text-decoration: none;
  font-weight: 700 !important;
}
a:hover {
  text-decoration: underline;
}
.custom-btn {
  padding: 5px 10px !important;
  border-radius: 0.75rem;
  text-decoration: none !important;
}
.tile {
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  background-color: #989484;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.tile-green {
  background-color: #398874 !important;
  color: #fff !important;
}
.tile-black {
  background-color: #000 !important;
  color: #fff !important;
}
.tile-purple {
  background-color: #820458 !important;
  color: #fff !important;
}
.tile-header {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-color: #989484;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
.faq-list {
  list-style: none;
  padding: 0;
}
.hidden {
  display: none;
}
.faq-content {
  padding-bottom: 5px;
}
.faq-content p {
  margin-bottom: 8.5px;
  margin-top: 15px !important;
}
.faq-content ul {
  margin-bottom: 10px;
}
.faq-item {
  margin-bottom: 10px;
}
.faq-title p {
  margin: 0;
}
.faq-title .col-1 {
  text-align: center;
}
#support-promo {
  text-align: center;
  /* padding: 10px;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-size: 12pt;
  max-width: 400px;
  margin: 0 auto;
  background-color: #690247;
  color: #fff; */
}
#inner-content {
  min-height: calc(100vh - 100px);
}
#footer {
  text-align: center !important;
}
#daily-games {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-height: 800px) {
  #inner-content {
    min-height: calc(100vh - 20px);
  }
  #footer {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #content {
    max-width: 600px;
  }
}


.nerdle-name {
  font-family: 'Quicksand', sans-serif!important;
  font-size: 1.8rem!important;
  color:#820458;
}

.nerdle-support {
  color: #398874;
}

.nerdle-our {
  color: #989484;
}

.nerdle-mission {
  color:#820458;
}

.nerdle-nplus {
  font-family: 'Quicksand', sans-serif!important;
  text-decoration-line: none!important;
}

.nerdle-dot {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.2rem;
  color: #989484;
}

@media (prefers-color-scheme: dark) {
  .nerdle-name {
    color: #fff!important;
  }
  .nerdle-support {
    color: #fff!important;
  }
  .nerdle-our {
    color: #fff!important;
  }
  .nerdle-mission {
    color: #fff!important;
  }
  .nerdle-nplus {
    color: #fff!important;
  }
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}