/* Layout specific to landing — not part of the shared design system,
   only cross-project tokens/components come from main.css. */

.card-text {
  color: var(--text-2);
  font-size: 14px;
  margin-bottom: var(--space-3);
}

.social-links {
  display: inline-flex;
  gap: var(--space-3);
}

.btn .icon {
  width: 16px;
  height: 16px;
}
