@font-face {
  font-family: "Moca-Black";
  src: url("https://files.cargocollective.com/c1981336/Moca-Black.woff2") format("woff2");
}

/* ROOT */

html,
body {
  margin: 0;
  padding: 0;

  background: #000 !important;
  color: #d7d7d7 !important;

  font-family: "Moca-Black", sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

/* FORCE ALL TEXT */

body,
body p,
body div,
body span,
body a {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}

/* BIO */

.bio-text {
  width: min(580px, calc(100vw - 40px));

  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;

  line-height: 0.9;
}

/* FOOTER */

.site-footer {
  position: fixed;

  left: 20px;
  bottom: 6px;

  opacity: 0.8;
      font-size: 17px !important;

}

.site-footer a {
  color: inherit;
  text-decoration: none;
  font-size: 17px !important;
}