@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.headerlink {
  display: none;
}

img[alt="Logo"] {
  width: 125px;
}

#page > header > div > div.flex.items-center.justify-between.flex-1.space-x-2.sm\:space-x-4.md\:justify-end > nav > button,
#page > header > div > div.hidden.mr-4.md\:flex > a > span,
#searchbox > kbd {
  display: none;
}

* {
  font-family: "IBM Plex Sans", sans-serif !important;
}

#search-input {
  font-weight: 400;
}

.small-header {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}

.video-container {
  margin: 2rem auto;
  overflow: hidden;
  max-width: 1400px;
  width: 100%;
}

.video-container video {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  margin: 2em auto;
  text-align: center;
  max-width: 700px;
}
figcaption {
  font-size: 0.98em;
  color: #555;
  margin-top: 0.5em;
  font-style: italic;
}