/* main.css - Estilos base compartidos de REVIU */
/* Los estilos principales están en login.css y registro.css */

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', 'Segoe UI', sans-serif;
}

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

a {
    text-decoration: none;
}
