/*
Theme Name: ForgeSOP
Theme URI: https://forgesop.com
Author: ForgeSOP
Author URI: https://forgesop.com
Description: Custom WordPress theme for ForgeSOP - SOP Software & Business Process Management
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: forgesop
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: sop, business, saas, responsive
*/

/* ── Design Tokens (from React index.css) ── */
:root {
  --bg-color: #ffffff;
  --surface-color: #ffffff;
  --surface-hover: #fff7ed;
  --border-color: #e5e7eb;
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --primary: #f97316;
  --primary-hover: #ea580c;
  --primary-glow: rgba(249, 115, 22, 0.4);
  --accent-gradient: linear-gradient(135deg, #f97316 0%, #f59e0b 100%);
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 8rem;
  --container-width: 1200px;
  --header-height: 80px;

  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light;
  color: var(--text-primary);
  background-color: var(--bg-color);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
