/*
Theme Name:     Goto Child Theme
Theme URI:      http://localhost/lozitours
Description:    Premium Customization & SEO Optimization for Lozitours and Safaris.
Author:         Antigravity (Principal DevOps & Systems Architect)
Author URI:     https://deepmind.google/
Template:       goto
Version:        1.0.0
Text Domain:    goto-child
Tags:           travel, safari, responsive, elementor
*/

/* Custom variables and root overrides for Lozitours premium theme branding */
:root {
    --lozi-primary: #1A3B32;      /* Earthy Deep Forest Green - Luxury Tier */
    --lozi-secondary: #E28743;    /* African Sun Amber - Comfort Tier */
    --lozi-accent: #2A5C4E;       /* Emerald Highlight */
    --lozi-dark: #121212;         /* Pitch Black */
    --lozi-light: #F9F9F7;        /* Off-white */
    --lozi-gray: #ECECE9;         /* Muted Gray */
    --lozi-text: #2C3E35;         /* Rich Leaf Charcoal */
    --lozi-white: #FFFFFF;
    --lozi-radius-sm: 8px;
    --lozi-radius-md: 16px;
    --lozi-radius-lg: 24px;
    --lozi-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --lozi-shadow: 0 10px 30px rgba(26, 59, 50, 0.08);
    --lozi-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Base structural additions */
body {
    background-color: var(--lozi-light);
    color: var(--lozi-text);
}
