/* === Critical CSS (Home Desktop) === */

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

body#index {
  background-color: #efe7df;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
