@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,300;1,9..40,400;1,9..40,500&display=swap");:root{--black:#1b181a;--red:#ed1941;--gray:#d9d9d9;--cream:#f5f1e8;--white:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background-color:var(--black);color:var(--white);overflow-x:hidden}.text-red{color:var(--red)}.text-gray{color:var(--gray)}.text-cream{color:var(--cream)}.bg-red{background-color:var(--red)}.bg-black{background-color:var(--black)}.bg-white{background-color:var(--white)}.stripes-red{background:repeating-linear-gradient(90deg,var(--red) 0,var(--red) 2px,transparent 2px,transparent 6px)}.stripes-red-vertical{background:repeating-linear-gradient(180deg,var(--red) 0,var(--red) 2px,transparent 2px,transparent 6px)}section{position:relative;width:100%;padding:80px;height:100vh}