@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Onest:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f5f0e8;--yellow: #f5c518;--black: #0f0f0f;--white: #ffffff;--gray: #6b6b6b;--border: #ddd8ce;--fs: "Playfair Display", Georgia, serif;--fb: "Onest", sans-serif}html{scroll-behavior:smooth;font-size:16px}body{background:var(--cream);color:var(--black);font-family:var(--fb);line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased}::-moz-selection{background:#f5c51866;color:#000}::selection{background:#f5c51866;color:#000}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes drawLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.anim-1{animation:fadeUp .6s .1s both}.anim-2{animation:fadeUp .65s .2s both}.anim-3{animation:fadeUp .7s .3s both}.anim-4{animation:fadeUp .7s .4s both}.anim-5{animation:fadeUp .7s .5s both}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}
