@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("../fonts/AtkinsonHyperlegibleNext-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
#sign-off {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
#signature {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.6rem;
}
section {
  margin-left: 1rem;
}
.table-of-contents,
.content-disclosure {
    margin-left: 1rem;
}
.table-of-contents-summary,
.content-disclosure-summary {
    margin-top: 0;
    padding-top: 0;
    font-size: 2rem;
    font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  html {
    font-family: "Atkinson Hyperlegible Next";
    color: rgb(227, 219, 219);
    background-color: rgb(15, 23, 42);
  }
  .contents-link {
    font-weight: bold;
    text-decoration: none;
    color: rgb(177, 174, 226);
  }
}
@media (prefers-color-scheme: light) {
  html {
    font-family: "Atkinson Hyperlegible Next";
    color: rgb(15, 23, 42);
    background-color: rgb(227, 219, 219);
  }
  .contents-link {
    font-weight: bold;
    text-decoration: none;
    color: rgb(112, 107, 215);
  }
}
@media only screen and (max-width: 600px) {
    body {
        margin 0 auto;
        max-width: 56rem;
        padding: 1.2rem;        
        hyphens: auto;
        overflow-wrap: normal; 
        text-rendering: optimizeLegibility;
        font-kerning: normal;
    }
    p {
        font-size: 1.2rem;
        line-height: 1.35em;
        margin: 1em 0;
    }
}
@media only screen and (min-width: 601px) {
    body {
        margin: 0 auto;
        max-width: 56rem;
        padding: 3.125rem;
        hyphens: auto;
        overflow-wrap: normal;
        text-rendering: optimizeLegibility;
        font-kerning: normal;
    }
    p {
        font-size: 1.2rem;
        line-height: 1.35em;
        margin: 1em 0;
    }
}
h1,
h2,
summary {
  margin-top: 1.4em;
}
h1{
  font-size: 5rem;
}
h2,
summary {
  font-size: 2.65rem;
}
ul {
  padding-left: 1.7em;
  margin-top: 1em;
}
li {
  font-size: 1.125rem;
  line-height: 1.35em;
  margin-top: 0.6rem;
}
header {
  margin-bottom: 4em;
  text-align: center;
}
