/* ============================================================
   PALETA ÚNICA: En la mesa con Marcos
   Fuente de verdad del color y las tipografías de TODO el sitio.
   Cámbialo aquí una vez y se actualiza el índice, las 17 lecturas
   y la Lectura 16 (que importa este mismo archivo).
   Nota: la Lectura 16 reutiliza --accent-gold como TINTA oscura,
   por eso lo redefine localmente; el resto lo hereda de aquí.
   ============================================================ */
:root {
  --font-serif: 'Crimson Pro', Georgia, serif;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;

  /* Pergamino (tema único del sitio) */
  --bg-color: #efe4ca;
  --bg-card: #f7efda;
  --bg-elevated: #f2e9d2;
  --text-primary: #2a2014;
  --text-secondary: #6e5d44;
  --accent-gold: #bd9a47;
  --accent-gold-rgb: 189, 154, 71;
  --accent-terracotta: #7c2128;
  --accent-teal: #0f766e;
  --wood: #5a3a22;
  --border: rgba(90, 58, 34, 0.16);
  --border-strong: rgba(90, 58, 34, 0.28);
  --shadow: rgba(74, 51, 32, 0.18);
}
