/* Minimal skeleton — FA branding lands with the Phase 5 page build. */
:root {
  --fa-green: #00843d;
  --fa-ink: #181818;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    Gibson,
    -apple-system,
    'Segoe UI',
    Arial,
    sans-serif;
  color: var(--fa-ink);
  background: #fff;
  display: grid;
  place-items: center;
  min-height: 100vh;
}

main {
  max-width: 32rem;
  padding: 2rem;
  text-align: center;
}

main {
  text-align: left;
}

.button {
  display: inline-block;
  background: var(--fa-green);
  color: #fff;
  padding: 0.7rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.fine {
  font-size: 0.85rem;
  color: #555;
}

#working {
  color: #555;
  font-style: italic;
}
