:root {
  --gr-black: #050505;
  --gr-dark-grey: #111111;
  --gr-card-bg: #151515;
  --gr-text: #ffffff;
  --gr-muted: #888888;
  --gr-border: #222222;
  --gr-accent: #ffffff;
}

/* Ajuste para mantener el footer abajo */
html,
body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--gr-black);
  color: var(--gr-text);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  flex: 1 0 auto;
}
