/*
Theme Name: Cloudkart Enterprise
Theme URI: https://cloudkart.com
Author: Cloudkart Technologies
Description: Professional enterprise theme with hybrid architecture (Landing Page + Inner Pages), SEO schema, and AI integrations.
Version: 2.1
License: Proprietary
Text Domain: cloudkart
*/

/* * SENIOR ARCHITECT DESIGN SYSTEM
 * Primary Color: #2563eb (Enterprise Blue)
 * Secondary Color: #0f172a (Slate 900)
 * Font: Inter (via Google Fonts)
 */

body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background-color: #ffffff;
}

/* Accessibility: Focus rings for keyboard navigation */
a:focus, button:focus, input:focus, textarea:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}