@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
font-family: "Public Sans", "Century Gothic", CenturyGothic, AppleGothic, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
	background: #F1F2F5;
}

.component-container {
background: white;
}

#show-updates-dropdown {
		  background-color: #FA72FA;
  color: #000000;
}

.updates-dropdown-container .show-updates-dropdown::after {
	  font-size: 14px;
  text-transform: none;
  content: "Subscribe to updates";
  font-weight: 700;
  letter-spacing: initial;
}

.flat-button {
	  font-size: 14px;
  text-transform: none;
  letter-spacing: initial;
  font-weight: 700;

}

.layout-content.status.status-index .page-status {
	  margin-bottom: 32px; 
}