:root {
  color: #211e1b;
  background: #f3f0e8;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 16px;
  background:
    radial-gradient(circle at 72% 10%, rgba(255, 255, 255, .34), transparent 34rem),
    #f3f0e8;
}

.notice {
  width: min(100%, 320px);
  min-height: 296px;
  padding: 26px 22px 22px;
  border: 1px solid #d9d3c8;
  background: #fcfbf8;
  box-shadow: 0 1px 1px rgba(38, 31, 22, .02);
}

.site-header { margin-bottom: 6px; }

.wordmark {
  display: inline-block;
  color: #171411;
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.status {
  margin: 10px 0 0;
  color: #706a62;
  font-family: "DM Mono", monospace;
  font-size: .45rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

h1 {
  max-width: 16ch;
  margin: 0 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.04;
  word-spacing: .08em;
}

h1 span { background: #f2dfdb; padding: 0 .12em; }

p {
  max-width: 44ch;
  margin: 0 0 12px;
  color: #625d55;
  font-size: .57rem;
  line-height: 1.42;
}

.hadith {
  margin: 17px 0 17px;
  padding: 14px 0 0;
  border-top: 1px solid #d9d3c8;
}

blockquote,
figcaption { margin: 0; text-align: right; }

blockquote {
  color: #25201b;
  font-family: "Noto Nastaliq Urdu", "Noto Naskh Arabic", serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2.05;
}

figcaption {
  margin-top: 13px;
  color: #625d55;
  font-family: "Noto Nastaliq Urdu", "Noto Naskh Arabic", serif;
  font-size: .75rem;
  line-height: 2.05;
}

footer { margin-top: auto; }

footer span {
  display: block;
  width: 100%;
  border-top: 1px solid #d9d3c8;
}

footer p {
  margin: 10px 0 0;
  color: #706a62;
  font-family: "DM Mono", monospace;
  font-size: .45rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 440px) {
  .notice { width: 100%; }
}
