body {
  font-family: var(--fuente);
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1 { font-size: 1.6rem; font-weight: 600; letter-spacing: -.01em; }
h2 { font-size: 1.15rem; font-weight: 600; margin-top: 2rem; margin-bottom: .75rem; }
h3 { font-size: 1rem; font-weight: 600; }

.texto-tenue { color: var(--color-text-tenue); font-size: .85rem; }
.texto-exito { color: var(--color-exito); font-weight: 600; }
.texto-vacio { color: var(--color-text-tenue); font-style: italic; padding: 1rem 0; }
