/* Identidad visual: categoría "cultura". Colores y tipografía fijos, sin cálculo. */
:root{
  --bg: #1a0f1a; --surface: #11151d; --surface-2: #171c26;
  --ink: #eef1f6; --ink-soft: #9aa4b5; --ink-dim: #891589; --line: #232a38;
  --accent: #c76f8f; --accent-ink: #e3a3ba;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Libre Baskerville', Georgia, serif;
}
