@font-face {
  font-family: "FT System Blank";
  src: url("../fonts/FTSystem-BlankLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FT System Blank";
  src: url("../fonts/FTSystem-BlankRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FT System Blank";
  src: url("../fonts/FTSystem-BlankBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  font-family: "FT System Blank", Arial, sans-serif;
  font-weight: 400;
}

.background-image {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: block;
  touch-action: none;
}

.background-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}

.content {
  position: absolute;
  z-index: 2;
}

.content h1 {
  font-size: 8em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.25em;
}

.content p {
  font-size: 2em;
  font-weight: 300;
}

.content h3 {
  font-size: 2.34em;
  font-weight: 400;
}
