@font-face {
  font-display: swap;
  font-family: SharpGrotesk;
  font-weight: 400;
  src: url(sharp-grotesk-book.woff2);
}

@font-face {
  font-display: swap;
  font-family: SharpGrotesk;
  font-weight: 600;
  src: url(sharp-grotesk-sm-bold.woff2);
}

* {
  margin: 0;
}

body,
html {
  font-family: SharpGrotesk, sans-serif;
  height: 100%;
}

body {
  align-content: center;
  display: grid;
  grid-gap: 30px;
  justify-items: center;
  padding: 0 30px;
}

h1 {
  color: #727775;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -4px;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: center;
}

p {
  color: #727775;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 20px;
  text-align: center;
}

a {
  border-bottom: solid 1px transparent;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #c9d0cd;
  color: #727775;
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    font-size: 14px;
  }
}
