/* 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;
}
