:root{--black:#0e0e0e;--white:#f5f3ef;--cream:#ede9e2;--accent:#c8102e;--accent-dark:#a8893e;--gray:#888580;--light-gray:#d8d4cc;--dark-section:#141410}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:DM Sans,sans-serif;overflow-x:hidden}h1,h2,h3,h4,.logo{font-family:Syne,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
