:root {
  --forest: #18352b;
  --artichoke: #4b6f44;
  --laurel: #dde3d8;
  --paper: #f6f4ed;
}

body {
  color: var(--forest);
  background: var(--paper);
}

a {
  color: var(--artichoke);
}

.report-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.report-brand img {
  width: 4rem;
  height: auto;
}

figure img {
  display: block;
  width: 100%;
  height: auto;
}

figcaption {
  color: #56635e;
  font-size: 0.9rem;
}

.report-footer {
  margin-top: 5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--forest);
  color: #56635e;
  font-size: 0.85rem;
}
