@keyframes shiftDayNight{0%{color:#d3edff}30%{color:#d3edff}55%{color:#023e84}85%{color:#d3edff}to{color:#d3edff}}@keyframes shiftDayNightWindows{0%{color:#cbd5e1}30%{color:#cbd5e1}55%{color:#ffc409}85%{color:#cbd5e1}to{color:#cbd5e1}}@keyframes orbitMoon{0%{transform:rotate(0) translate(-18%,18%) rotate(0)}to{transform:rotate(360deg) translate(-18%,18%) rotate(-360deg)}}@keyframes orbitSun{0%{transform:rotate(0) translate(18%,-18%) rotate(0)}to{transform:rotate(360deg) translate(18%,-18%) rotate(-360deg)}}svg{max-width:10rem;height:inherit}#sun{color:#ffc409}#moon{color:#f8fafc}#hill-front{fill:#a1d744}#hill-back{fill:#82bb25}#main-roof{fill:#f39225}#roof-back{fill:#bd5811}#roof-edge{fill:#f6a941}#back-panel-house{fill:#e2e8f0}#front-panel-house{fill:#f1f5f9}#window-bg{fill:currentColor}#window-bezel{fill:#0003}#sky{animation:shiftDayNight 3s infinite}#moon{transform:translate(-18%,18%);animation:orbitMoon 3s cubic-bezier(.4,0,.4,.99) infinite}#sun{transform:translate(18%,-18%);animation:orbitSun 3s ease-in-out infinite}#window,#side-window,#roof-window,#door{color:#cbd5e1;animation:shiftDayNightWindows 3s ease-in-out infinite}
