@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:wght@500&display=swap";:root{--red:#d01c28;--gray:#2e2e2e}*{margin:0}body{font-family:Poppins,sans-serif}nav{display:flex;justify-content:space-between;height:72px;align-items:center}ul{display:flex;list-style:none;justify-content:space-around;gap:24px;align-items:center}button{all:unset;padding:6px 16px;height:32px;color:#fff;font-weight:500;background:var(--red)}.container{margin:0 auto;max-width:1280px}.hero{display:flex;align-items:center;height:100vh-72vh}.hero-containt{display:flex;flex-direction:column;gap:30px}.hero h1{font-weight:800;font-size:108px;line-height:102px}.hero p{font-weight:600;color:var(--gray)}.hero-button{display:flex;gap:40px}.secondary-btn{background:transparent;color:var(--gray);border:2px solid gray}.shopping{font-size:14px;margin-bottom:8px}.brand-icon{display:flex;gap:16px}
