/*-- Typography --*/
@font-face {
  font-family: "Berkeley";
  src: url("/fonts/BerkeleyMono-Regular.ttf");
}
@font-face {
  font-family: "Jetbrains";
  src: url("/fonts/JetBrainsMono/JetBrainsMono-Light.ttf");
}
* {
  font-family: "Berkeley";
}

h1, h2, h3 {
  font-weight: bold;
}

p, a, h1, h2, h3, li {
  font-size: 0.75rem;
  color: #000;
  font-weight: 200;
  max-width: 640px;
}

body, html {
  background-color: rgb(210, 210, 210);
}

nav {
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: left;
  gap: 16px;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

#content {
  padding: 0 2em 0 3em;
  max-width: 40rem;
}

iframe, object, canvas {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  border-radius: 8px;
}

/* Base units */
#logo {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1px;
  position: fixed;
  top: 1px;
  height: 100vh;
  background-color: #000;
}

#logo a {
  display: block;
}

.charWrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 0.09375rem #000;
  border-top: 0;
  border-right: 0;
}

.charBox {
  width: 0.25rem;
  height: 0.25rem;
  box-sizing: border-box;
  background-color: #fff;
}

.bt {
  border-top: solid 0.09375rem #000;
}

.br {
  border-right: solid 0.09375rem #000;
}

.bb {
  border-bottom: solid 0.09375rem #000;
}

.bl {
  border-left: solid 0.09375rem #000;
}

/* ----- */
/* Lists */
/* ----- */
ul {
  list-style: none;
  padding: 0;
}

li {
  line-height: 1.25rem;
}

li::before {
  content: "+";
  margin-right: 0.5em;
}

img {
  border-radius: 0.25em;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */