@import url("https://use.typekit.net/uvz2fwk.css");
html, body {
  padding: 0px;
  margin: 0px;
  background-color: black;
  font-family: area-normal, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  font-size: 22px;
}
p span {
  background-color: #242400;
  color: white;
  padding: 0px 20px;
  border-radius: 20px;
}

h1, h2, h3, h4 {
  line-height: 1;
}

h1 {
  font-family: area-normal-light, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  letter-spacing: -4%;
  line-height: 1.6;
}

h2 {
  font-family: area-normal-light, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 1;
  font-size: clamp(3rem, 12vw, 55px);
}

h3 {
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ymain--featuredImage {
  position: absolute;
  left: 70%;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 13px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
.ymain--featuredImage .shader {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.66);
}
.ymain--featuredImage img {
  display: block;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ymain--loader {
  background-color: #fff;
  color: black;
  display: flex;
  min-height: 100vh;
  padding-left: 100px;
  padding-right: 30vw;
  align-items: center;
}
.ymain--loader .yBranding {
  font-family: plume, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  background-color: #ffbb00;
  border-radius: 100%;
  border: 2px solid #ffbb00;
  color: black;
  z-index: 300;
  height: 6vh;
  width: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -4px;
  transition: all 0.12s linear;
}
.ymain--loader .yBranding span {
  position: relative;
  top: -12px;
  right: -3px;
  font-size: 60px;
}
.ymain--loader .yBranding:hover {
  border: 2px solid white;
}
.ymain--loader .feature .content {
  width: 80%;
}
.ymain--loader .feature .content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 2vh;
  display: flex;
}
.ymain--loader .feature .content ul li:nth-child(1) {
  padding-top: 3px;
  padding-right: 1.1em;
  color: #0039A6;
}
.ymain--loader .feature .content ul li {
  padding: 0px 5px;
  margin: 0px;
}
.ymain--loader .feature .content ul li svg {
  padding-top: 4px;
}/*# sourceMappingURL=main.css.map */