@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Geist+Mono:wght@100..900&display=swap");
@font-face {
  font-family: "William Text Pro";
  src: url("/assets/css/clouds.css") format("woff2"), url("/assets/css/clouds.css") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "William Text Pro";
  src: url("/assets/css/clouds.css") format("woff2"), url("/assets/css/clouds.css") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #fff;
  --gray: #E8E6EB;
  --text: #48453F;
  --p-1:#3d66df;
  --p-2:#A7C4C7;
  --p-3:#D1ED49;
  --p-4:#EBAFE2;
  --p-5:#F36600;
  --p-6:#F685B0;
  --p-7:#FCACE1;
  --p-8:#FDC4D3;
  --main: var(--p-1);
}

body {
  font-family: "William Text Pro", serif;
  font-weight: normal;
  overflow: hidden;
}

#big_intro {
  padding: 2rem;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#big_intro #chapters_intro {
  display: flex;
  width: 100%;
  justify-content: space-between;
  pointer-events: auto;
  font-size: 1.5rem;
}
#big_intro #chapters_intro a {
  text-decoration: none;
}
#big_intro #chapters_intro a:hover {
  color: #fff;
}
#big_intro #main-links {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#big_intro #main-links .links {
  display: flex;
  flex-direction: column;
}
#big_intro #main-links .links a {
  display: inline-block;
  width: 80%;
  font-size: 2rem;
  padding: 2rem 1rem;
  margin: 0 auto;
  border: 0;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
#big_intro #main-links .links a:nth-child(1) {
  transform: rotate(1.5deg);
  width: 50%;
}
#big_intro #main-links .links a:nth-child(2) {
  transform: rotate(3deg);
}
#big_intro #main-links .links a:nth-child(3) {
  transform: rotate(-1deg);
  width: 60%;
}
#big_intro #main-links .links a:nth-child(4) {
  transform: rotate(2deg);
  width: 70%;
}
#big_intro #main-links .links a:nth-child(5) {
  transform: rotate(-3deg);
  width: 90%;
}
#big_intro #main-links .links:hover a:not(:hover) {
  opacity: 0;
}
#big_intro #landscape {
  position: absolute;
  z-index: -9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#big_intro #landscape pre {
  position: absolute;
  transform: translate(-50%, -50%);
}
#big_intro #landscape pre[surface=site] {
  bottom: 7%;
  left: 70%;
}
#big_intro #landscape pre[surface=browser] {
  bottom: -3%;
  left: 25%;
}
#big_intro #landscape pre[surface=desktop] {
  top: 30%;
  left: 33%;
}
#big_intro #info {
  margin-bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 10%, var() 50%, #fff 100%);
}
#big_intro #info .box-3 {
  align-items: flex-end;
  align-self: flex-end;
}
#big_intro #info h1 {
  font-size: 1rem;
  margin: 0;
}
#big_intro #title {
  width: 100%;
  top: 0;
  text-align: center;
}
#big_intro #title h1 {
  width: 100%;
  font-size: 9vw;
  line-height: 80%;
  letter-spacing: -5px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #big_intro {
    padding: 0.5rem;
  }
  #chapters_intro {
    font-size: 1rem !important;
  }
  #big_intro #landscape {
    position: relative;
    font-size: 0.75rem;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: -3rem !important;
  }
  #big_intro #landscape pre {
    position: relative !important;
    transform: none !important;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    margin-top: -10px;
  }
  #big_intro #landscape pre[surface=site] {
    position: relative;
    left: auto;
    bottom: auto;
  }
  #big_intro #landscape pre[surface=browser] {
    position: relative;
    left: auto;
    bottom: auto;
  }
  #big_intro #landscape pre[surface=desktop] {
    position: relative;
    left: 80px;
    bottom: auto;
  }
}

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