@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/proxima_nova.woff2") format("woff2");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url("fonts/proxima_nova_it.woff2") format("woff2");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("fonts/proxima_nova_bold.woff2") format("woff2");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url("fonts/proxima_nova_bold_it.woff2") format("woff2");
}

blockquote,
code,
pre {
  background: #eee;
  color: #222;
}

body {
  background: #fff;
  color: #444;
  font: 103.125%/1.35 "Proxima Nova", "Helvetica Neue", Arial, Roboto,
    "Hiragino Sans", "Yu Gothic", "Noto Sans CJK JP", sans-serif;
  margin: 0.5rem auto;
  max-width: 40rem;
  overflow-wrap: break-word;
  padding: 13px;
}

h1,
h2,
h3,
#jav-terms ~ ul > li > p {
  border-top: 1px solid #eee;
  color: #333;
}

strong,
thead {
  color: #333;
}

a,
a > code {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

*:target {
  background: #ff6;
}

pre {
  padding: 0.5em;
}

table {
  border-spacing: 0;
  font-variant-numeric: tabular-nums;
}

th,
td {
  border-bottom: 1px solid #ddd;
  padding: 13px 13px;
}

tr:nth-child(even) {
  background: #eee;
}

tr > td:nth-child(1) {
  text-align: right;
}
