/*
Theme Name: Fortune Consultants
Theme URI: https://fortuneconsultants.com/theme
Author: Fortune Consultants Dev Team
Author URI: https://fortuneconsultants.com
Description: Enterprise-grade, modern, and highly customizable WordPress Theme for Immigration Lawyers, Student Visa Consultants, and Global Mobility Advisory Firms. Built with semantic HTML5, Custom Post Types (Services, Countries, Consultants, Stories, FAQs), Custom Taxonomies, ACF Pro & Elementor integration, and native WordPress Theme Customizer controls.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortune-consultants
Tags: immigration, visa-consultant, education-consultant, custom-post-types, elementor, custom-logo, custom-menu, featured-images, translation-ready, theme-options
*/

:root {
  --fc-color-primary: #0B192C;
  --fc-color-primary-light: #1E3E62;
  --fc-color-accent: #2563EB;
  --fc-color-emerald: #10B981;
  --fc-color-slate-900: #0F172A;
  --fc-font-heading: 'Outfit', sans-serif;
  --fc-font-body: 'Plus Jakarta Sans', sans-serif;
}

/* Custom smooth transitions */
.vc-transition {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
