@import url('https://rsms.me/inter/inter.css');
body {
  font-family: 'Inter', sans-serif;
}

h1, .font-largest {
  font-weight: 900;
}

h2,h3,h4,h5,h6,strong, .font-large {
  font-weight: 800;
}

.layout-content.status .masthead-container.basic .masthead .logo-container img {
    max-height: 45px;
}

/* Status Bar */
.layout-content.status.status-index .page-status {
  border: none;
  text-shadow: none;
}
.layout-content.status.status-index .page-status .font-large {
  font-weight: 500;
}

/* Hide Subscribe Dropdown */
#show-updates-dropdown, .show-updates-dropdown {
}