/* src/index.css */

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background-color: #f5f5f5;
}

#root {
  min-height: 100vh;
}

/* iOS TAP FIX (Pohrebka) */
button,
a,
label,
input[type="checkbox"],
input[type="radio"],
[role="button"],
.tap {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
