.color {
  color: #00ff00;
}

.quix-bg-light {
  background: #F4F3EF;
}

.quix-bg-dark {
  background: #1A1A1A;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
  background: #F4F3EF;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
  font-weight: 600;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

p.bigger {
  font-size: 1.125rem;
}

ul.nostyle {
  list-style-type: none;
  padding: 0;
}
ul.nostyle a, ul.nostyle a:visited {
  text-decoration: none;
  color: inherit;
}

a.nostyle {
  text-decoration: none;
  color: inherit;
}

.quix-bg-light h1, .quix-bg-light h2, .quix-bg-light h3 {
  color: #2b2bff;
}

.quix-bg-dark h1, .quix-bg-dark h2, .quix-bg-dark h3, .quix-bg-dark h4 {
  color: #f3f3f3;
}
.quix-bg-dark p {
  color: #737373;
}
.quix-bg-dark ul {
  color: #737373;
}
.quix-bg-dark .box {
  background: #1F1F1F;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.quix-bg-dark a.button {
  align-self: flex-start;
  background: #f3f3f3;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 0.25rem;
  padding: 0.75rem 0.75rem;
  font-size: 0.875em;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 8rem !important;
}

.custom-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .custom-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .custom-bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 318px 512px;
  }
  .custom-bento-grid .item-tall {
    grid-row: span 2;
  }
  .custom-bento-grid .item-wide {
    grid-column: span 2;
  }
}

.card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
}

.min-h-200 {
  min-height: 200px;
}

.min-h-400 {
  min-height: 450px;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

/*# sourceMappingURL=platform.css.map */
