/*
Theme Name: CustomPro Manufacturing
Theme URI: https://www.custompro-mfg.com
Author: CustomPro Team
Author URI: https://www.custompro-mfg.com
Description: A professional WordPress theme for CustomPro Manufacturing, designed for use with Elementor Pro. Features custom product manufacturing showcase, case studies, and full SEO optimization.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: custompro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor

CustomPro Manufacturing Theme — Designed for Elementor Pro page builder.
*/

/* Base Theme Styles */
:root {
  --cp-navy: #0A2540;
  --cp-orange: #FF6B35;
  --cp-warm-bg: #F8F6F3;
  --cp-text: #1a1a2e;
  --cp-text-light: #666;
  --cp-white: #ffffff;
}

body {
  font-family: 'Source Sans 3', 'Segoe UI', -apple-system, sans-serif;
  color: var(--cp-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
