html{scroll-behavior:smooth}
body{margin:0;background:#FAF7F1;color:#241B2E;-webkit-font-smoothing:antialiased;word-break:keep-all;overflow-wrap:break-word}
a{color:#5B3D6F;text-decoration:none}
a:hover{color:#B08D4E}
::selection{background:#5B3D6F;color:#FAF7F1}
input::placeholder,textarea::placeholder{color:rgba(36,27,46,.35)}

@keyframes wj-heroZoom{from{transform:scale(1.07)}to{transform:scale(1)}}
@keyframes wj-heroFade{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@keyframes wj-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.hero-bg{background:url('../assets/img/hero-1920-1069-mobile.webp') center/cover no-repeat}
@media (min-width:768px){
  .hero-bg{background-image:url('../assets/img/hero-1920-1069.webp')}
}
