@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Noto+Sans+Hebrew:wght@400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800&family=Rubik:wght@300;400;500;600;700;800&display=swap");:root{--font-main:"Fredoka","Noto Sans Hebrew","Rubik",-apple-system,BlinkMacSystemFont,sans-serif;--font-heading:"Noto Sans Hebrew","Fredoka",sans-serif;--font-primary:var(--font-main);--bg-gradient:linear-gradient(180deg,#b0e0ff,#85cbff 45%,#59b5ff);--jotit-blue:#5272dd;--jotit-blue-strong:#4660c0;--jotit-blue-tint:#d9e1fb;--jotit-blue-grad:linear-gradient(180deg,#4aa6e8,#2f7fd6);--accent-color:#5272dd;--accent-hover:#4660c0;--text-main:#1e293b;--text-muted:#475569}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-primary);background:var(--bg-gradient);color:var(--text-main);min-height:100vh;direction:rtl}a{color:inherit;text-decoration:none}button{font-family:inherit}