@font-face {
  font-family: "Kade-Regular";
  src: url("../fonts/kade-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Kade-Regular";
  src: url("../fonts/kade-medium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Kade-Regular";
  src: url("../fonts/kade-regular-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

body {
  background: #233c3b;
  color: #e7e9eb;
  font-family: "Kade-Regular";
}

/* Labels that are announced to screen readers but not shown visually */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

a:link, a:visited, a:hover {
  color: #76c7c4;
  text-decoration: none;
}

h1, h2, h4, h5, div.container {
  text-align: center;
}

h2 {
  /* Match the size h3 used to render at, so switching h3 -> h2 for correct
     heading order doesn't change the look */
  font-size: 1.17em;
  margin-bottom: 6pt;
  color: #e7e9eb;
}

h5 {
  margin-top: 0px;
  color: #a7a9ab;
}


p {
  width: 100%;
  max-width: 440px;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #909296;
}

/* Collapsible sections: keep them the same width as the paragraphs so the
   disclosure triangle lines up with the text column */
details.overview, details.advice {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

details.overview > summary, details.advice > summary {
  cursor: pointer;
  color: #76c7c4;
  margin-bottom: 6pt;
}

details.advice {
  margin-top: 8pt;
  text-align: left;
}

details.advice h3 {
  font-size: 1em;
  margin-bottom: 2pt;
  color: #e7e9eb;
}

details.advice ul {
  margin-top: 0;
  color: #bbbbbb;
}
