@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Manrope:wght@600;700;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f6f6f6;color:#1a1a1a;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#1a1a1a;font-family:Manrope,sans-serif;font-weight:700;line-height:1.2}h1{font-size:60px}h2{font-size:36px}h3{font-size:20px}h4{font-size:24px}h5{font-size:20px}h6,p{font-size:18px}p{color:#1a1a1a;font-weight:400;line-height:1.6}.preheader,p{font-family:Inter,sans-serif}.preheader{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:999px;color:#000;display:inline-flex;font-size:12px;font-weight:600;gap:10px;line-height:1;margin-bottom:20px;padding:12px 16px}.preheader:before{animation:pulse 1.5s infinite;background-color:#f50;border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:8px;width:8px}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.6)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){h1{font-size:46px}h2{font-size:30px}h3,h4{font-size:20px}h5{font-size:18px}h6,p{font-size:16px}}