@font-face {
  font-family: 'Equity';
  src: url(/fonts/equity.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Equity Caps';
  src: url(/fonts/equity-caps.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Concourse Thin';
  src: url(/fonts/concourse-thin.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Concourse Book';
  src: url(/fonts/concourse-book.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Concourse Medium';
  src: url(/fonts/concourse-medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Concourse Semibold';
  src: url(/fonts/concourse-semibold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Concourse Bold';
  src: url(/fonts/concourse-bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Concourse Black';
  src: url(/fonts/concourse-black.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@media (max-width: 500px) {
  .headline {
    font-size: 34px;
    line-height: 38px;
  }
  .subhead {
    font-size: 17x;
    line-height: 21px;
  }
 
  .join-waitlist {
    font-size: 15px;
  }
}

html,body,p,h1,h2,h3,h4,h5,h6,a,ul,ol,li,blockquote,pre,code,img,figure,figcaption {
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  padding: 0;
  height: 98dvh;
  background-color: rgb(245, 245, 247);
  color: rgb(29, 29, 31);
}

.home {
  height: 98dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headline {
  font-family: 'Concourse Bold';
  font-size: 62px;
  line-height: 56px;
  text-align: center;
  padding-top: 90px;
}

.subhead {
  font-family: 'Concourse Medium';
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.join-waitlist {
  background-color: rgb(42, 42, 233);;
  color: rgb(255, 255, 255);
  border: 1px; 
  padding: 10px 20px;
  font-family: 'Concourse Medium';
  font-size: 19px;
  border-color: rgb(42, 42, 233);
  border-radius: 980px;
  margin-top: 15px;
}