@font-face {
  font-family: "Boundless Black";
  font-weight: 200;
  font-style: normal;
  src: url("/assets/fonts/blacker-light.ttf");
}

@font-face {
  font-family: "Boundless Black";
  font-weight: 200;
  font-style: italic;
  src: url("/assets/fonts/blacker-light-italic.ttf");
}

@font-face {
  font-family: "Boundless Black";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/blacker-book.ttf");
}

@font-face {
  font-family: "Boundless Black";
  font-weight: 300;
  font-style: italic;
  src: url("/assets/fonts/blacker-book-italic.ttf");
}

@font-face {
  font-family: "Boundless Black";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/blacker-regular.ttf");
}

@font-face {
  font-family: "Boundless Black";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/fonts/blacker-regular-italic.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Boundless Black", sans-serif;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 24px;
}

.logo {
  font-size: 32px;
  letter-spacing: -1px;
  color: #333;
}

.text-block {
  width: 340px;
  line-height: 1.5;
  p {
    font-weight: 300;
    font-size: 14px;
    color: #333;
  }

  a {
    font-weight: 300;
    font-size: 14px;
    color: #333;
  }
}

.highlight {
  text-decoration: underline;
}
