/*
Theme Name: WPX SEO Digital WP Theme
Theme URI: https://wpxseodigital.com
Author: WPX SEO Digital
Author URI: https://wpxseodigital.com
Description: Custom WordPress + Elementor theme for WPX SEO Digital. Lightweight base theme (no framework, no options panel) — content and layout controlled via Elementor. Header and footer are hardcoded in PHP for speed and consistency.
Version: 1.0.0
Requires at least: 6.9
Tested up to: 6.9.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpx-seo-digital
Requires Plugins: elementor
*/

/* ==========================================================================
   WPX SEO Digital — Design Tokens
   Source: wpx-seo-digital-brand-kit.md
   ========================================================================== */

:root {
    /* Primary */
    --red:        #8D1616;
    --red-dark:   #6e1010;
    --red-light:  rgba(141,22,22,.08);

    /* Neutrals */
    --black:      #000000;
    --dark:       #1a1a1a;
    --dark2:      #111111;
    --gray:       #F7F7F7;
    --gray2:      #e5e7eb;
    --gray3:      #cfcccc;
    --text:       #1e1e1e;
    --text-muted: #666666;
    --white:      #ffffff;
    --border:     #e5e7eb;

    /* Status / semantic */
    --star-yellow: #f0b849;
    --whatsapp:    #25D366;
    --success-bg:  #e8f5e9;
    --success-text:#2e7d32;
    --error-bg:    var(--red-light);
    --error-text:  var(--red);

    /* Typography */
    --font-head: 'Anton', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --font-sub:  'Inter', sans-serif;

    /* Radius */
    --radius:     4px;
    --radius-lg:  12px;
    --radius-pill: 40px;

    /* Shadow */
    --shadow:     0 4px 24px rgba(0,0,0,.08);
    --shadow-lg:  0 12px 48px rgba(0,0,0,.16);

    /* Motion */
    --trans:      all .3s ease;

    /* Layout */
    --container-max: 1200px;
}
