/* Explain: Modern tech store theme variables */
:root {
    --primary-color: #16a34a;
    --primary-hover: #15803d;
    --secondary-color: #f8fafc;
    --accent-color: #10b981;
    --background-color: #ffffff;
    --surface-color: #f1f5f9;
    --text-color: #0f172a;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --shadow-deep: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
