/*
Theme Name: SMC Theme
Theme URI: https://smcservices.co.uk
Description: Custom lightweight theme for SMC Services - Appliance Repair & Spare Parts. Built for performance, full WooCommerce support, and direct code control.
Author: SMC Services
Author URI: https://smcservices.co.uk
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smc-theme
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
    /* SMC Brand Colors */
    --smc-color-primary: #0073aa;
    --smc-color-primary-dark: #005a87;
    --smc-color-primary-light: #f0f7ff;
    --smc-color-secondary: #1a2b3c;
    --smc-color-accent: #dc2626;

    /* Neutrals */
    --smc-color-text: #1a2b3c;
    --smc-color-text-light: #546478;
    --smc-color-text-muted: #6b7280;
    --smc-color-bg: #ffffff;
    --smc-color-bg-light: #f5f6f8;
    --smc-color-bg-alt: #f9fafb;
    --smc-color-border: #e5e7eb;
    --smc-color-border-light: #d1d5db;

    /* Typography */
    --smc-font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --smc-font-size-base: 16px;
    --smc-line-height: 1.6;

    /* Layout */
    --smc-container-width: 1200px;
    --smc-header-height: 72px;

    /* Shadows */
    --smc-shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.04);
    --smc-shadow-md: 0 2px 8px rgba(0, 0, 0, 0.06);
    --smc-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);

    /* Radii */
    --smc-radius-sm: 6px;
    --smc-radius-md: 8px;
    --smc-radius-lg: 12px;
    --smc-radius-xl: 16px;

    /* Astra backwards-compatible aliases (for plugins that reference these) */
    --ast-global-color-0: #0073aa;
    --ast-global-color-1: #005a87;
    --ast-global-color-2: #0073aa;
    --ast-global-color-3: #1a2b3c;
    --ast-global-color-4: #f5f6f8;
    --ast-global-color-5: #ffffff;
    --ast-global-color-6: #f9fafb;
}
