@import url("https://use.typekit.net/nil6lpu.css");
html {
  background-color: #FAF0E6;
}

:root {
  font-size: 100%;
}

img {
  display: block;
  max-width: 100%;
}

#fader-one, #fader-two {
  opacity: 0;
  transition: opacity 1.4s;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-sizing: border-box;
  text-wrap: balance;
  text-align: center;
}

.bg-image {
  min-height: 100vh;
  height: 100%;
  background: url(../assets/background.jpg) 50% 50%/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
@media (orientation: portrait) {
  .bg-image {
    padding: 10vw;
  }
}

.logo {
  display: inline-block;
  max-width: 500px;
  width: 50vw;
}
@media (orientation: portrait) {
  .logo {
    width: 80vw;
  }
}

.para {
  max-width: 1000px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (orientation: portrait) {
  .para {
    padding-top: 12vw;
    padding-bottom: 10vw;
  }
}

.header {
  padding-bottom: 3rem;
}
@media (orientation: portrait) {
  .header {
    padding-bottom: 10vw;
  }
}

.fw800 {
  font-weight: 800;
}

/* @link https://utopia.fyi/type/calculator?c=360,18,1.2,1240,20,1.25,6,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --step--2: clamp(0.7813rem, 0.7736rem + 0.0341vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9119rem + 0.1136vw, 1rem);
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.2631rem + 0.3864vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.4837rem + 0.6057vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.7405rem + 0.9044vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.0387rem + 1.3072vw, 3.0518rem);
  --step-5: clamp(2.7994rem, 2.384rem + 1.8461vw, 3.8147rem);
  --step-6: clamp(3.3592rem, 2.7828rem + 2.5621vw, 4.7684rem);
}

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

p {
  font-family: "circe", sans-serif;
  color: #FAF0E6;
  font-size: var(--step-1);
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  font-family: "circe", sans-serif;
  color: #FAF0E6;
  font-size: var(--step-6);
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.15rem;
}