/*
Theme Name: Mockup to WordPress Theme
Theme URI: https://mockuptocode.ai
Author: Mockup to Code AI
Description: Responsive WordPress Theme derived from custom mockup with integrated Elementor widgets.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: mockup-theme
*/

/* Global theme variables */
:root {
  --wp--preset--color--primary: #001f4c;
  --wp--preset--color--secondary: #1a73e8;
  --wp--preset--color--accent: #ffc107;
  --wp--preset--color--background: #FFFFFF;
  --wp--preset--color--text: #0F172A;
  
  --wp--preset--font--heading: 'Inter', -apple-system, sans-serif;
  --wp--preset--font--body: 'Inter', -apple-system, sans-serif;
  --wp--preset--font-family--heading: 'Inter', -apple-system, sans-serif;
  --wp--preset--font-family--body: 'Inter', -apple-system, sans-serif;
  
  --wp--preset--spacing--container-width: 1200px;
  --wp--preset--spacing--section-padding: 80px;
  --wp--preset--spacing--base-unit: 16px;
}

/* Reset & defaults */
body {
  margin: 0;
  padding: 0;
  font-family: var(--wp--preset--font-family--body), var(--wp--preset--font--body);
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--heading), var(--wp--preset--font--heading);
}

/* Custom design specifications extracted directly from mockup */
body { font-family: 'Plus Jakarta Sans', sans-serif; }
