@font-face {
  font-family: "SF Pro Regular";
  src: url("./static/SF-Pro-Text-Regular.otf");
}

@font-face {
  font-family: "SF Pro Light";
  src: url("./static/SF-Pro-Text-Light.otf");
}

body {
  background: #1e1f20;
  color: white;
  height: 100%;
}

h1 {
  font-size: 1.75em;
  font-family: "SF Pro Regular";
  margin-top: 3em;
}

p {
  font-size: 1em;
  font-family: "SF Pro Light";
  letter-spacing: -0.03em;
}

a {
  color: white;
}

a:hover {
  color: #2c7cb0; /* blue.4 */
  transition: 0.15s;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gateway-logo {
  margin-top: 2.5em;
}

.warning-icon {
  margin-top: 10em;
}
