/*
Theme Name: Astra Child - VinCheck Insight
Theme URI: https://vincheckinsight.com
Template: astra
Description: Custom child theme for VinCheck Insight. Professional vehicle history reports.
Version: 1.0.0
Author: VinCheck Insight
Author URI: https://vincheckinsight.com
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

/* =============================================
   GLOBAL CSS VARIABLES
   ============================================= */
:root {
    --vc-purple: #673DE6;
    --vc-purple-light: #8B5CF6;
    --vc-purple-dark: #5429CC;
    --vc-dark: #0a0a0a;
    --vc-gray: #5a5a6e;
    --vc-gray-light: #9a9aaa;
    --vc-bg-light: #F8F9FC;
    --vc-success: #22c55e;
    --vc-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* =============================================
   MINIMAL GLOBAL STYLES
   Only what's absolutely necessary site-wide
   ============================================= */

/* Global font - only if not loaded in HTML widgets */
body {
    font-family: var(--vc-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}


/* =============================================
   DO NOT ADD MORE GLOBAL STYLES
   Each HTML widget is self-contained with its
   own <style> tag. This prevents conflicts.
   ============================================= */