@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:#fff;color:#1a0a00;overflow-x:hidden}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes scrollDown{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-blink{animation:blink 1.5s infinite}.animate-scroll-down{animation:scrollDown 2s infinite}.animate-fade-up{animation:fadeUp .8s ease both}.animate-delay-100{animation-delay:.1s}.animate-delay-250{animation-delay:.25s}.animate-delay-400{animation-delay:.4s}.animate-delay-550{animation-delay:.55s}
