/* ===== TOP Page Specific Styles ===== */

/* Hero animation on load */
.hero__content {
  animation: fadeInUp 1s ease-out 0.3s both;
}

.hero__accent {
  color: var(--color-white);
}

.hero__scroll-indicator {
  animation: fadeIn 1s ease-out 1.5s both, scrollBounce 2s ease-in-out 2.5s infinite;
}
