/* Minimal styles for homepage landing */
.landing {
  min-height: 60vh;
}
.landing h1 {
  font-family: 'Alata', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.landing .social i {
  font-size: 2rem;
}

/* When Font Awesome JS replaces <i> with inline <svg>, scale via parent font-size */
.landing .social a {
  font-size: 2rem; /* scales svg to match */
  line-height: 1;
}
.landing .social .svg-inline--fa,
.landing .social svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em; /* align with text baseline */
}
