@font-face {
  font-family: gothamBlack;
  src: url("../Gotham-Black.otf");
}
@font-face {
  font-family: gothamLight;
  src: url("../Gotham-Light-Regular.otf");
}
@font-face {
  font-family: chaparralPro;
  src: url("../ChaparralPro-Regular.otf");
}
html {
  min-height: 100%;
  background-color: #E7E7E8;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: chaparralPro;
  color: #8E8F92;
}

::selection {
  background: #DA6F7A;
}

::-moz-selection {
  background: #DA6F7A;
}

.content {
  text-align: center;
}
.content .title {
  text-align: center;
  margin-bottom: 5%;
}
.content .title img {
  width: 20vw;
}
.content .subtitle {
  padding-left: 20%;
  padding-right: 20%;
  font-size: calc(3pt + 1.8vw);
  text-align: center;
  letter-spacing: 1pt;
  color: #8E8F92;
}

/*# sourceMappingURL=main.css.map */