/*
Theme Name: Hello Elementor Child (DRS Global Edu)
Theme URI: https://elementor.com/
Description: Custom WordPress Child Theme for DRS Global Education partner website. Fully optimized for Core Web Vitals with customized color palettes and brand styles preloaded.
Author: DRS Global Education
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child-global-edu
*/

/* Custom Root Variables Pre-compiled from current Design state */
:root {
  --wp--custom--primary-color: #2563eb;
  --wp--custom--secondary-color: #1e3a8a;
  --wp--custom--accent-color: #f59e0b;
  --wp--custom--background-color: #ffffff;
  --wp--custom--text-color: #1f2937;
  --wp--custom--border-radius: lg;
}

/* Base style fallback enforcements */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--wp--custom--text-color);
  background-color: var(--wp--custom--background-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--wp--custom--primary-color);
}

/* Custom visual styles derived from simulator edits */
.primary-cta-button {
  background-color: var(--wp--custom--primary-color);
  border-radius: var(--wp--custom--border-radius);
  color: #ffffff;
  transition: all 0.3s ease;
}

.primary-cta-button:hover {
  opacity: 0.9;
}
