.prata-regular {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}
body {
    margin: 0;
    font-family: Barecast;
    line-height: 1;
    font-size: 12px;
    background: #fcfae2;
}
.navi {
    position: absolute;
    transform: rotate(4deg);
    top: -36px;
    left: -90px;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 0 #111) drop-shadow(-0px -0px 0 #111);
    filter: drop-shadow(0px 1px 0 #111) drop-shadow(-0px -0px 0 #111);
}
div {
    display: block;
    unicode-bidi: isolate;
}
.nav {
    width: 280px;
    position: relative;
    font-family: Barecast;
    padding: 0.5em 1em;
    background-color: transparent;
    transform: rotate(4deg);
    z-index: 3;
    margin-bottom: 35px;
    top: -10px;
}