@font-face {
  font-family: Lato;
  src: url('/fonts/lato/lato-300-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #08090b;
  color: #fffdfc;
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
}

#rhodes {
  width: 100%;
  height: 100dvh;
}

/* Site navigation and the article link are provided by the parent page. */
#rhodes .brand,
#rhodes .topbar-separator {
  display: none;
}

#rhodes .instrument-popup {
  left: 30px;
}

@media (max-width: 600px) {
  #rhodes .instrument-popup {
    left: 12px;
  }
}
