:root{
  --accent:#000;
}

/* Global typography */
html, body{
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

/* No-horizontal-scroll guarantee helpers */
html, body{
  width:100%;
  overflow-x:hidden;
}

/* Make tap targets feel iOS-friendly */
button, input, select, textarea{
  -webkit-tap-highlight-color: transparent;
}

/* FAQ accordion polish */
summary::-webkit-details-marker{ display:none; }

