/* ============================================================
   BASE — Reset mínimo e utilitários compartilhados.
   Depende de assets/css/tokens.css.
   ============================================================ */

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

html { scroll-behavior: smooth; }

::selection { background: var(--accent-bg); color: var(--accent-dark); }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
