@font-face {
  font-family: 'tamzen';
  src: url('./tamzen-8-r.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'tamzen';
  src: url('./tamzen-8-b.ttf') format('truetype');
  font-weight: bold;
}

body {
  font-size: 16px;
  line-height: 16px;
  background: #0a0a0a;
  color: #bbb;
  font-family: 'tamzen', monospace;
  padding: 1em;
}

a {
  font-weight: bold;
}

.title {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: bold;
}

.project {
  margin-bottom: 1em;
}

.project-title {
  font-size: 1.4em;
  font-weight: bold;
}

.project-subtitle {
  margin-top: 0.2em;
}

.project-chips {
  padding: 1em 0;
}

.project-text {
  padding-bottom: 1em;
}

.project-image {
  display: flex;
  justify-content: center;
  height: 50%;
}

.project-links {
  font-size: 1.1em;
}

.column {
  padding: 0.4rem;
}

img {
  filter: saturate(50%);
  max-height: 160px;
}

.divider {
  border-top: .05rem dashed #555;
}