:root {
  color-scheme: light;
  font-family: Georgia, "Times New Roman", serif;
  color: #1e2933;
  background: #f8f5ef;
}

body {
  margin: 0 auto;
  max-width: 44rem;
  padding: 2rem 1.25rem 4rem;
  line-height: 1.6;
}

a { color: #155e75; }

header, footer { color: #475569; }

h1, h2 { line-height: 1.15; }

.standfirst { font-size: 1.2rem; }

.citations { font-size: 0.9rem; }

.citation { margin: 0.25rem 0; }

.test-publication {
  border-block: 1px solid #a16207;
  padding: 0.5rem 0;
  color: #713f12;
  font-family: system-ui, sans-serif;
  font-size: 0.9rem;
}
