/* Home A2RZ - Reset / base mínimo.
   La estética del dashboard vive en theme.css (Bootstrap 5.3 + overrides). */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}