@font-face {
  font-family: "Shourtcut";
  src: url("../fonts/Shourtcut.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NexaSlab";
  src: url("../fonts/NexaSlab-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.brand-font {
  font-family: "Shourtcut", sans-serif;
}

.subtitle-font {
  font-family: "NexaSlab", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url("/img/background.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#root {
  height: 100%;
}

.content {
  color: black;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  max-width: 800px;
  margin: 20px auto;
}
