/*
Theme Name: wp-start
Author: Andrew K.
Version: 1.0.0
Description: Custom editorial theme for wp-start — a warm-orange, financial-editorial publication covering American markets, investing, business and technology.
Text Domain: wp-starter
*/

/* Colors here are variables only (--primary-color, --secondary-color,
   --text-color, --text-muted, --bg-color, --bg-light, --surface-color,
   --border-color, plus shades derived from them via color-mix()) — never a
   hardcoded value. See docs/styling.md for the full mod->variable map.
   Fallback values below match the defaults functions.php seeds on
   activation; the Customizer's own inline <style> (printed after this
   file, from wps_inline_styles() on wp_head) always wins in practice. */

:root {
  --primary-color: #e93742;
  --secondary-color: #14213d;
  --text-color: #241b15;
  --text-muted: #8a7a6d;
  --bg-color: #fbf6ef;
  --bg-light: #f3e9da;
  --surface-color: #fffdf8;
  --border-color: #e6d9c5;
  --positive-color: #3f7a5c;
  --negative-color: #b23b2e;
}

/* ==========================================================================
   wp-start — skin styles start here.

   Design direction: warm editorial + financial intelligence. A crimson-red
   signature ("signal") against deep navy/near-black-brown ink, on a warm
   cream paper ground — reinterpreting the Hero reference's bold wordmark /
   ticker-strip / stat-callout language for a financial publication instead
   of a product brand. Typography: Playfair Display (editorial display
   serif) for headlines, Plus Jakarta Sans (contemporary geometric sans) for
   body/UI. Shape language: sharp, architectural corners (0-2px radius) —
   confident and fintech-adjacent, never soft/consumer. Muted green/brick
   red are reserved for market-movement indicators only (--positive-color/
   --negative-color), never decorative.

   Breakpoints (mobile-first, min-width, match docs/responsive conventions):
   480 / 640 / 768 / 992 / 1200 — see .claude/skills/responsive/SKILL.md
   ========================================================================== */
