/**
 * front-page.css
 */

/* Page: Coming Soon (no header/footer chrome) */
body.is-coming-soon > main {
  padding-top: 0;
}

/* Component: Coming Soon */
.coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 60vh;
  text-align: center;

  h1 {
    font-size: var(--font-size-h3);
  }

  img {
    width: 64px;
    height: auto;
  }
}
