/* Estilos globais mínimos (evita 404 em /index.css) */

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
}

