/*
Theme Name: Vinfast Dealer
Theme URI: https://github.com/your-username/vinfast-dealer
Author: Your Name
Author URI: https://your-site.com
Description: White-label WordPress theme for Vinfast authorized dealers in Vietnam. Replicates vinfastauto.com design system.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vinfast-dealer
Tags: automotive, dealer, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  /* Brand colors — extracted from vinfastauto.com */
  --vf-blue:       #1464f4;
  --vf-blue-dark:  #2c72c6;
  --vf-dark-bg:    #121721;
  --vf-black:      #151515;
  --vf-text:       #3c3c3c;
  --vf-text-dark:  #1f2125;
  --vf-text-grey:  #707070;
  --vf-white:      #ffffff;
  --vf-border:     #e4e7eb;

  /* Typography */
  --vf-font: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing scale */
  --vf-space-1: 4px;
  --vf-space-2: 8px;
  --vf-space-3: 16px;
  --vf-space-4: 24px;
  --vf-space-5: 32px;
  --vf-space-6: 48px;
  --vf-space-7: 64px;
  --vf-space-8: 96px;

  /* Container */
  --vf-container: 1320px;
  --vf-container-narrow: 1080px;

  /* Header height */
  --vf-header-h: 78px;

  /* Easing */
  --vf-ease: cubic-bezier(0.4, 0, 0.2, 1);

  /* Template aliases — used by templates 10-26 */
  --vf-primary: var(--vf-blue);
  --vf-bg-dark: var(--vf-dark-bg);
  --vf-bg-soft: #f5f7fa;
  --vf-text-strong: var(--vf-text-dark);
  --vf-text-soft: var(--vf-text-grey);
  --vf-shadow-md: 0 4px 24px rgba(0,0,0,0.10);
  --vf-radius: 8px;
  --vf-radius-sm: 4px;
}
