/*
Theme Name: Jerry's Spare
Theme URI: https://jerrysspare.com
Author: Jerry's Spare
Description: Premium WordPress theme for Jerry's Spare Parts and Services Limited. European vehicle specialists in Tanzania.
Version: 3.0.0
Text Domain: jerrys-spare
Tags: woocommerce, automotive, tanzania
*/

:root {
    --color-primary: #0f4c81;
    --color-primary-dark: #0a3a62;
    --color-primary-light: #1a6ab5;
    --color-accent: #cc0000;
    --color-bg: #ffffff;
    --color-surface: #f8f9fa;
    --color-text: #212529;
    --color-text-md: #495057;
    --color-text-light: #6c757d;
    --color-border: #e9ecef;
    --color-border-dark: #dee2e6;
    --color-success: #28a745;
    --color-warning: #fd7e14;
    --color-whatsapp: #25D366;
    
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.16);
    
    --transition: 0.25s ease;
}
