/* ── BASE — Reset global ── */
/* Mafia RmRz Sports v24.9 */
/* Los demás CSS se linkean directamente en index.php */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  height: 100dvh; width: 100dvw;
  overflow: hidden;
  background: var(--bg); color: var(--text);
  font-family: var(--font-body, 'Barlow', sans-serif);
  -webkit-font-smoothing: antialiased;
}
img { display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
* { scrollbar-width: none; }
*::-webkit-scrollbar { display: none; }
