/*
Theme Name:   Vehicquire Child
Theme URI:    https://vehicquire.com/
Description:  Astra child theme for Vehicquire. Houses custom CSS, hooks, and template overrides without touching the Astra parent.
Author:       Vehicquire
Author URI:   https://vehicquire.com/
Template:     astra
Version:      1.0.0
Requires at least: 5.3
Requires PHP: 7.0
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  vehicquire-child
*/

/* ==========================================================================
   Vehicquire brand tokens
   Primary blue   : #004EEB
   Accent blue    : #003CB3
   Secondary ink  : #020617
   Text           : #0F172A
   Pale blue bg   : #F2F8FF
   Display font   : "Clash Display"
   Body font      : "Satoshi"
   ========================================================================== */

:root {
    --vq-color-primary: #004EEB;
    --vq-color-primary-dark: #003CB3;
    --vq-color-secondary: #020617;
    --vq-color-text: #0F172A;
    --vq-color-muted: #475569;
    --vq-color-bg-soft: #F2F8FF;
    --vq-color-border: #E2E8F0;

    --vq-font-display: "Clash Display", "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    --vq-font-body: "Satoshi", "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

    --vq-radius-sm: 6px;
    --vq-radius-md: 10px;
    --vq-radius-lg: 16px;
}

/* Add custom styles below this line. Keep edits scoped; avoid !important unless overriding Elementor globals. */
