@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,WONK@0,9..144,100..900,0..1;1,9..144,100..900,0..1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Cal+Sans&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
html,
body {
  min-height: 100vh;
  margin: 0rem;
  background-color: #fff;
  cursor: url("cursorb.svg") 16 16, auto;
}
html .lb a, html .lb .lb-btn,
html .links a,
html .links .icon,
body .lb a,
body .lb .lb-btn,
body .links a,
body .links .icon {
  cursor: url("pointer.svg") 16 16, pointer;
}
html ::-moz-selection, body ::-moz-selection {
  background-color: #fbbc05;
  color: #111;
}
html ::selection,
body ::selection {
  background-color: #fbbc05;
  color: #111;
}

.main {
  height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
}
.main a {
  text-decoration: none;
  outline: none;
  border: none;
}
.main a :visited {
  color: #111;
}
.main .lb {
  display: flex;
  height: auto;
  margin: 2rem;
  justify-content: space-between;
}
.main .lb svg {
  width: 7.5rem;
  height: 2.5rem;
  margin: 0;
  fill: #111;
}
.main .lb button {
  padding: 0;
}
.main .lb .lb-btn {
  text-align: right;
  font-family: "Fraunces", serif;
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1;
  font-weight: 600;
  font-size: 10rem;
  line-height: 0.7;
  color: #111;
  margin: 0;
  background: none;
  border: none;
  transition: transform 0.08s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.main .lb .lb-btn:active {
  transform: scale(1) translateY(5px);
  color: #fbbc05;
}
.main .text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: left;
  margin: 2rem 2rem 0 2rem;
  max-width: 450px;
}
.main .text h1 {
  text-align: left;
  font-family: "Fraunces", serif;
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 0.9;
  color: #111;
  margin: 0;
}
.main .text .visible {
  display: none;
}
.main .text p {
  margin: 0;
  font-family: "Fraunces", sans-serif;
  font-style: normal;
  font-variation-settings: "opsz" 18, "SOFT" 0, "WONK" 1;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1;
  color: #111;
  margin: 0.5rem 0;
}
.main .text span {
  color: #fbbc05;
}
.main .team {
  align-items: left;
  margin: 0 2rem;
}
.main .team p {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-variation-settings: "opsz" 18, "SOFT" 0, "WONK" 1;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1;
  color: #111;
  margin: 1rem 0;
}
.main .team img {
  width: 5rem;
  height: auto;
  margin: 0 0.5rem 0 0;
}
.main .links {
  margin: auto 2rem 0 2rem;
  align-items: baseline;
  gap: 2rem;
}
.main .links p {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-variation-settings: "opsz" 18, "SOFT" 0, "WONK" 1;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1;
  color: #111;
  margin: 0 0 1rem 0;
}
.main .links svg {
  margin: 0;
}
.main .links .icon {
  fill: #777;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
}

@media (min-width: 768px) {
  .main {
    height: calc(100vh - 3rem);
  }
  .main .lb {
    display: flex;
    height: auto;
    margin: 3rem;
    align-items: start;
  }
  .main .lb svg {
    width: 10rem;
    height: auto;
    margin: 0;
  }
  .main .lb .lb-btn {
    font-size: 11rem;
  }
  .main .text {
    max-width: 600px;
    align-items: start;
    text-align: left;
    margin: 0 3rem 0 3rem;
  }
  .main .text h1 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 0.85;
    margin: 0;
  }
  .main .text p {
    font-size: 1.1rem;
    margin: 1rem 0;
  }
  .main .team {
    margin: 0 3rem;
  }
  .main .team p {
    margin: 1rem 0;
  }
  .main .links {
    justify-content: flex-start;
    width: 600px;
    margin: auto 0 0 3rem;
  }
  .main .links .icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  html, body {
    height: 100vh;
  }
  .main {
    overflow: hidden;
    margin: 0;
    padding: 3rem 6.25rem 0 6.25rem;
  }
  .main .lb {
    margin: 0;
  }
  .main .text {
    margin: 2rem 0 0 0;
    max-width: 700px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .main .text .hidden {
    display: none;
  }
  .main .text .visible {
    display: block;
  }
  .main .text h1 {
    font-size: 5rem;
    font-weight: 600;
    text-align: left;
  }
  .main .text p {
    margin: 1rem 0;
  }
  .main .team {
    margin: 0;
  }
  .main .team p {
    font-size: 1.7rem;
  }
  .main .links {
    margin: auto 0 0 0;
    padding-bottom: 3rem;
    justify-content: flex-start;
  }
  .main .links p {
    font-size: 1.7rem;
  }
  .main .links .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .main {
    max-width: 999px;
    margin: 0 auto;
  }
}
body.dark-mode {
  background-color: #111;
  color: #777;
  cursor: url("cursor.svg") 16 16, auto;
}

body.dark-mode .main {
  background-color: #111;
}

body.dark-mode .lb svg {
  fill: #777;
}

body.dark-mode .main .lb .lb-btn {
  color: #777;
}

body.dark-mode .text h1,
body.dark-mode .text p,
body.dark-mode .team p,
body.dark-mode .links p {
  color: #777;
}

body.dark-mode .links .icon {
  fill: #fff6e2;
}/*# sourceMappingURL=main.css.map */