/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/space-grotesk-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/space-grotesk-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/space-grotesk-v16-latin-regular.woff2") format("woff2"), url("/assets/fonts/space-grotesk-v16-latin-regular.woff") format("woff"), url("/assets/fonts/space-grotesk-v16-latin-regular.ttf") format("truetype"), url("/assets/fonts/space-grotesk-v16-latin-regular.svg#SpaceGrotesk") format("svg"); /* Legacy iOS */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/space-grotesk-v16-latin-500.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/space-grotesk-v16-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/space-grotesk-v16-latin-500.woff2") format("woff2"), url("/assets/fonts/space-grotesk-v16-latin-500.woff") format("woff"), url("/assets/fonts/space-grotesk-v16-latin-500.ttf") format("truetype"), url("/assets/fonts/space-grotesk-v16-latin-500.svg#SpaceGrotesk") format("svg"); /* Legacy iOS */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/space-grotesk-v16-latin-600.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/space-grotesk-v16-latin-600.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/space-grotesk-v16-latin-600.woff2") format("woff2"), url("/assets/fonts/space-grotesk-v16-latin-600.woff") format("woff"), url("/assets/fonts/space-grotesk-v16-latin-600.ttf") format("truetype"), url("/assets/fonts/space-grotesk-v16-latin-600.svg#SpaceGrotesk") format("svg"); /* Legacy iOS */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/space-grotesk-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/space-grotesk-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/space-grotesk-v16-latin-700.woff2") format("woff2"), url("/assets/fonts/space-grotesk-v16-latin-700.woff") format("woff"), url("/assets/fonts/space-grotesk-v16-latin-700.ttf") format("truetype"), url("/assets/fonts/space-grotesk-v16-latin-700.svg#SpaceGrotesk") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f3eddf;
  color: #252e32;
  font-family: "Space Grotesk";
  font-weight: 400;
  height: 100%;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 0;
}

main {
  padding: 50px;
  text-align: center;
}
main a {
  color: inherit;
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0 auto 40px auto;
}
h1 img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#content {
  text-align: left;
}
#content h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.05em;
}
#content p {
  margin: 10px 0;
}

#social-links {
  margin-top: 20px;
  list-style-type: none;
}

@media screen and (min-width: 960px) {
  main {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
  }
  h1 {
    width: 100%;
  }
  h1 img {
    max-width: calc(40% + 100px);
  }
  #content {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #content > div {
    width: 20%;
    min-width: calc(35% - 60px);
  }
  #content > div:before {
    content: " ";
    display: block;
    width: 0.87vw;
    height: 0.87vw;
    max-width: 15px;
    max-height: 15px;
    margin: 0 0 10px 0;
    background: #252e32;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1600px) {
  main {
    padding: 100px;
  }
}
@media screen and (min-height: 780px) {
  main {
    align-content: flex-end;
  }
  h1 img {
    width: calc(50% + 200px);
  }
}/*# sourceMappingURL=launch.css.map */