@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300&display=swap');

/* Lexend 300 = Light, 200 = ExtraLight */

.font-regular {
  font-family: 'Lexend', Arial;
  font-weight: 300; /* Light */
}
.name {
  font-weight: bold !important;
}
.font-large {
  font-family: 'Lexend', Arial;
  font-weight: 300; /* Light */
}
.font-largest {
  font-family: 'Lexend', Arial;
  font-weight: 200; /* ExtraLight */
}
.page-status{
  border-radius: 0 0 0 0 !important;
}
.expand-incidents, 
.show-filter, 
.layout-content.status.status-full-history .history-nav a {
  border-radius: 0 0 0 0 !important;
}
.layout-content.status.status-full-history .history-header .pagination a, .layout-content.status.status-full-history .uptime-header .pagination a {
  border-radius: 0 0 0 0 !important; 
}
.show-updates-dropdown {
  font-family: 'Lexend', Arial;
  font-weight: 300;
  border-radius: 0 0 0 0 !important;
}
div.update.font-regular {
    border-left: 1px solid #aaa;
    padding-left: 1.5em;
    margin: 2em 0 !important;
}
.layout-content.status.status-index div.component-container {
    border: 1px solid #ccc;
    border-color: #ccc !important;
    border-top-width: 1px !important;
    border-radius: 8px 8px 8px 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-bottom: 1em;
}
div.layout-content.status.status-index .components-section > div.components-container.one-column > div.component-container:nth-child(n) {
  -webkit-border-radius: 8px 8px 8px 8px !important;
}
div.component-container:last-child {
    margin-bottom: 0;
}
div.page-status,
a#show-updates-dropdown {
  border-radius: 4px !important; 
}
div.page-status {
  margin-bottom: 3em !important;
}
.logo-container > a > img {
  max-height: 50px !important;
}
#about-this-site {
  display: none;
}