html {
  scroll-behavior: smooth;
  /* Compensa o cabeçalho fixo (h-20 = 80px + folga) na rolagem por âncora */
  scroll-padding-top: 96px;
}

body {
  min-height: 100vh;
}

a,
button {
  touch-action: manipulation;
}

button[data-route],
a[data-route] {
  cursor: pointer;
}

.site-route-disabled {
  cursor: default;
}
