@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700&family=Nunito:wght@400;700;900&display=swap";:root{--primary:#ff6b6b;--primary-hover:#ff5252;--secondary:#4ecdc4;--accent:#ffe66d;--bg:#f0f9ff;--text:#2f3640;--radius:24px;--shadow:0 10px 30px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;font-family:Nunito,sans-serif;display:flex;overflow-x:hidden}#root{flex-direction:column;flex:1;display:flex}h1,h2,h3,h4,h5,h6{letter-spacing:1px;font-family:Fredoka,sans-serif}
