/* =========================================================
   dd-theme — CSS custom properties
   Ported verbatim from the approved mockup styles.css :root
   (lines 8-48). The full editorial palette is locked (CORE-02);
   --sage/--coral/--plum are kept even if Phase 1 does not use
   them — the complete palette is the contract.
   ========================================================= */

:root {
  /* Marca */
  --ink-1: #28328C;          /* primario */
  --ink-2: #10196C;          /* secundario, más oscuro */
  --ink-3: #0A0F4A;          /* casi negro azulado */

  /* Acentos editoriales */
  --terracotta: #C9522D;
  --terracotta-deep: #9A3F22;
  --mustard: #D4A23A;
  --sage: #4F6F52;
  --coral: #E87A5D;
  --plum: #5B2A55;
  --paper: #F4EFE6;          /* crema-papel */
  --paper-2: #EDE6D6;        /* crema más cálido */
  --cream: #FBF7EE;
  --off-white: #FAFAF7;

  /* Neutros */
  --ink: #14142B;
  --ink-soft: #2C2C4A;
  --muted: #6B6B85;
  --muted-2: #9B9BAE;
  --hair: #E6E2D8;            /* hairline sobre paper */
  --hair-2: #DDD7C5;

  /* Estados */
  --success: #2F7D5C;
  --warn: #C77B14;
  --danger: #B33A2A;

  /* Layout */
  --max-w: 1280px;
  --radius: 14px;
  --radius-s: 8px;
  --radius-xs: 4px;

  /* Tipografía */
  --sans: 'Manrope', system-ui, -apple-system, sans-serif;
  --serif: 'Newsreader', 'Source Serif Pro', Georgia, serif;
}
