/* Identidad visual: categoría "historia". Colores y tipografía fijos, sin cálculo.
   Incluye el vocabulario visual propio de esta categoría: tarjetas "pergamino". */
:root{
  --bg: #0b0e13; --surface: #11151d; --surface-2: #171c26;
  --ink: #eef1f6; --ink-soft: #9aa4b5; --ink-dim: #5d6577; --line: #232a38;
  --accent: #6c9533; --accent-ink: #8fbf94;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Serif 4', Georgia, serif;
}
