@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: "Chivo", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;}


.layout-content.status .masthead-container .updates-dropdown-container {
  display:none !Important;
}


.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe {
  display:none !Important;
}

.container {
  background-color:#FFFFFF;
  padding: 15px;
  box-shadow: 60px -16px #CB0A1B;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.layout-content.status .masthead-container.premium .masthead .text-container {
  background-color: #333333;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}