/*
Theme Name: Next Idea Hub
Theme URI: https://nextideahub.com
Author: Next Idea Hub
Description: Custom coded editorial theme for Next Idea Hub — Playfair Display + Plus Jakarta Sans, ink header/footer, warm gold accent.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: next-idea-hub
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
  --nih-bg: #FAF8F3;
  --nih-surface: #FFFFFF;
  --nih-ink: #171717;
  --nih-accent: #C8A45D;
  --nih-accent-hover: #B5934E;
  --nih-accent-light: #DEBC77;
  --nih-border: #E5E2DC;
  --nih-border-soft: #F0EFEB;
  --nih-muted: #8B8B8B;
  --nih-dark-surface: #222222;
  --nih-dark-surface-alt: #2E2E2E;
  --nih-dark-border: #262626;
  --nih-dark-panel: #1E1E1E;

  --nih-cat-travel: #D48B47;
  --nih-cat-beauty: #C87D94;
  --nih-cat-living: #8E9E6C;
  --nih-cat-tech: #5488A8;
  --nih-cat-fashion: #A87654;
  --nih-cat-lifestyle: #C8A45D;

  --nih-font-heading: 'Playfair Display', Georgia, Cambria, 'Times New Roman', Times, serif;
  --nih-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --nih-radius-sm: 12px;
  --nih-radius-md: 16px;
  --nih-radius-lg: 24px;
  --nih-radius-pill: 9999px;

  --nih-container: 1280px;
  --nih-shadow-xs: 0 1px 2px rgba(23, 23, 23, 0.05), 0 1px 6px rgba(23, 23, 23, 0.04);
  --nih-shadow-md: 0 8px 24px rgba(23, 23, 23, 0.08);
}
