:root {
  --md-primary-fg-color: #3146a3;
  --md-accent-fg-color: #00796b;
}

.ag-hero {
  margin: 1rem 0 2rem;
  max-width: 54rem;
}

.ag-hero h1 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ag-identity {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  margin: 1.25rem 0;
}

.ag-identity > div {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.4rem;
  padding: 0.75rem;
}

.ag-identity strong,
.ag-identity code {
  display: block;
}
