/* Hero Section Styles */

/* .section__hero {
} */

.hero__logo {
  width: 256px;
  margin-bottom: 0.8rem;
}

.hero__title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--text);
}

.hero__subtitle {
  color: var(--muted);
  font-size: var(--font-size-s);
  margin: 0.1rem 0;
  text-align: center;
}
