* { box-sizing: border-box; }

:root {
  font-size: 100%;
  /* font-family: 'jgs7'; */
  font-family: 'Token Sans';
  line-height: 1.2;
}

body {
  position: relative;
  margin: 1rem 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
}

pre {
  font-family: 'Token Mono';
  line-height: 1;
}

table { /* reading-list */
  font-size: 0.75rem;
}
table#reading-list td.date { /* reading-list */
  text-align: right;
  font-family: 'token mono';
}

.suji table {
  margin-bottom: 2rem;
}

.suji table th,
.suji table td {
  text-align: left;
}

.suji table td {
  padding-right: 0.5rem;
}

a {
  color: unset;
}
.unstyled-link {
  text-decoration: unset;
}

h1, h2, h3 {
  font-size: unset;
}
h3 {
  margin: 1rem 0 0;
}
