/*
Theme Name: AffiliateHub
Theme URI: http://localhost/shopify-affiliate
Author: Karam Hassan
Description: High-performance affiliate marketing theme with review system, comparison tables, and programmatic SEO support. Mobile-first, conversion-optimized, schema-ready.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: affiliatehub
*/

:root {
    /* Colors - Shopify brand inspired */
    --color-primary: #008060;
    --color-primary-dark: #004c3f;
    --color-primary-light: #e6f5f0;
    --color-secondary: #1a1a2e;
    --color-accent: #ff6b35;
    --color-accent-hover: #e85d2c;
    --color-success: #22c55e;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --color-bg: #ffffff;
    --color-bg-alt: #f8f9fa;
    --color-bg-dark: #1a1a2e;
    --color-text: #2d3748;
    --color-text-light: #718096;
    --color-text-inverse: #ffffff;
    --color-border: #e2e8f0;

    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Type Scale */
    --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;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;

    /* Layout */
    --container-max: 1200px;
    --container-narrow: 800px;
    --sidebar-width: 320px;
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --border-radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    --shadow-xl: 0 20px 25px rgba(0,0,0,0.15);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
}
