body {
  max-width: 650px;
  margin: 40px auto;
  padding: 0 10px;
  font: 20px/1.5  Garamond, "Times New Roman", serif;
}

@font-face {
    font-family: 'Jost';
    src: url('./Jost-VariableFont_wght.ttf');
  }

h1,
h2,
h3 {
  line-height: 1.2;
  font-family: "Jost", sans-serif;
}

h1 {
    display: inline-block;
    font-weight: bold;
}

 h1 sup {
    font-size: .5em;
    vertical-align: top;
    line-height: 35px;
  }

  .tiny{
    font-size: .7em;
  }

@media (prefers-color-scheme: dark) {
  body {
    color: #c9d1d9;
    background: #0d1117;
  }

  a:link {
    color: #58a6ff;
  }

  a:visited {
    color: #8e96f0;
  }
}
