/* Nutri360 V47 — estilos globais/base */

:root{
  --bg:#f5f7f8;--card:#fff;--text:#17302b;--muted:#6c7b78;--primary:#1f7a63;
  --primary2:#dff3eb;--border:#e5ece9;--danger:#c84c4c;--shadow:0 8px 24px rgba(21,50,43,.07);
}

body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}

button,input,select,textarea{font:inherit}

body{width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;}

img{max-width:100%;height:auto}

button,a,input,select,textarea{touch-action:manipulation}
