@font-face {
  font-family: Shadowhand;
  src: url('../fonts/ShadowHand.ttf') format("truetype"), url('../fonts/ShadowHand.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outward Round;
  src: url('../fonts/outward-round.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outward Block;
  src: url('../fonts/outward-block.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outward Borders;
  src: url('../fonts/outward-borders.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.page-wrapper {
  width: 100%;
  height: 100vh;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Shadowhand, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.subheader {
  text-align: center;
  font-family: grandstander-variable, sans-serif;
  position: absolute;
  inset: auto 0% 4rem;
}

.pillow-embed {
  width: 400px;
}

.main-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typewriter-embed {
  display: none;
}

.loader-blur {
  z-index: 999;
  -webkit-backdrop-filter: invert() blur(10px);
  backdrop-filter: invert() blur(10px);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    height: 90vh;
  }

  .container, .content {
    height: 100%;
  }

  .h1 {
    font-size: 14vw;
  }

  .pillow-embed {
    width: 275px;
  }

  .body {
    display: block;
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Shadowhand';
  src: url('../fonts/ShadowHand.ttf') format('truetype'), url('../fonts/ShadowHand.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outward Round';
  src: url('../fonts/outward-round.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outward Block';
  src: url('../fonts/outward-block.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outward Borders';
  src: url('../fonts/outward-borders.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}