::selection {
  background: #5A8367;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1F2B37;
}

.grid-texture {
  background-image:
    linear-gradient(rgba(180, 233, 164, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 233, 164, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.video-embed {
  aspect-ratio: 16 / 9;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
