/* =========================================================
   IMAGO — Design tokens
   ========================================================= */
:root {
  /* Brand */
  --imago-primary: #c41e3a;
  --imago-primary-dark: #9e1830;
  --imago-primary-soft: rgba(196, 30, 58, 0.08);
  --imago-accent: #e94560;
  --imago-accent-hover: #d63850;

  /* Neutrals */
  --imago-ink: #0f172a;
  --imago-ink-soft: #1e293b;
  --imago-text: #334155;
  --imago-muted: #64748b;
  --imago-border: #e2e8f0;
  --imago-border-strong: #cbd5e1;
  --imago-surface: #ffffff;
  --imago-bg: #f1f5f9;
  --imago-bg-warm: #f8fafc;
  --imago-header: #0b1220;
  --imago-header-elevated: #111827;

  /* Category colors */
  --cat-politica: #ef4444;
  --cat-economia: #0d9488;
  --cat-deportes: #2563eb;
  --cat-tecnologia: #059669;
  --cat-sociales: #a855f7;
  --cat-actualidad: #8b5cf6;
  --cat-entretenimiento: #f43f5e;
  --cat-internacionales: #0ea5e9;
  --cat-salud: #14b8a6;
  --cat-turismo: #f59e0b;
  --cat-judiciales: #6366f1;
  --cat-otros: #eab308;

  /* Layout */
  --imago-radius: 12px;
  --imago-radius-sm: 8px;
  --imago-radius-lg: 16px;
  --imago-radius-pill: 999px;
  --imago-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --imago-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  --imago-shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.12);
  --imago-container: 1280px;
  --imago-article-max: 720px;
  --imago-header-h: auto;
  --imago-nav-h: 52px;

  /* Type */
  --font-sans: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-display: "Montserrat", "Inter", system-ui, sans-serif;
  --font-serif: "Source Serif 4", "Georgia", "Times New Roman", serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;

  --leading-tight: 1.25;
  --leading-snug: 1.4;
  --leading-normal: 1.6;
  --leading-relaxed: 1.75;

  --transition: 0.2s ease;
}
