/* ============================================
   RESET.CSS — DogNavi Clean Premium Build
   ============================================ */

/* Reset general moderno */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Correcciones de tipografía global */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Body base */
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: #333;
}

/* Correcciones de imágenes */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Listas */
ul, ol {
  list-style: none;
}

/* Enlaces */
a {
  color: inherit;
  text-decoration: none;
}

/* Inputs */
input, select, button, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

/* Botones */
button {
  cursor: pointer;
  background: none;
}

/* Tablas (por si las usas en el futuro) */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Simplificar iframes */
iframe {
  border: none;
}
