/* ============================================================
   GRANT.CSS
   Cyber Security Review Grant page only: the big stat figures
   (cost / funded % / net cost) for each grant stage.
   ============================================================ */

.grant-figure {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}

.grant-figure-caption {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-top: 0.4rem;
}

.figures {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin: 2rem 0 0.5rem;
  padding: 1.6rem 0;
  border-top: 2px solid var(--rule-strong);
  border-bottom: 2px solid var(--rule-strong);
}
