@font-face {
  font-family: Hippopotype;
  src: url("/assets/HippopotypeGX.woff2") format("woff2 supports variations"),
    url("/assets/HippopotypeGX.woff2") format("woff2-variations");
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Open Sans Condensed",
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

a {
  text-decoration: none;
  color: #ABB2BF;
}

a:hover {
  opacity: 0.6;
}

h2 {
  font-weight: normal;
  font-size: calc(1.2rem + 1vmin);
  font-family: "Hippopotype";
}

.subtitle {
  margin: 0;
  max-width: 28rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.app {
  text-align: center;
  background-color: #1C1C1C;
  justify-content: center;
  color: #ABB2BF;
  position: relative;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
