@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html, body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1, h2, h3, h4, .UptimeNumber {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

h1 { font-size: 30px; }

#content-header img {
    max-height: 100px !important;
}

.DetailArea .Box:first-of-type {
  display: none !important;
}