/*
Theme Name: Camfasco Industrial
Theme URI: https://camfasco.com
Author: Manus
Author URI: https://manus.im
Description: A professional industrial e-commerce theme for Camfasco, featuring Steel Blue and Industrial Orange branding. Fully editable with WordPress Customizer and Gutenberg.
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: camfasco-industrial
Tags: e-commerce, industrial, blue, orange, responsive-layout, custom-menu, featured-images, translation-ready

This theme is designed to be fully compatible with WooCommerce and Custom Post Types.
*/

/* Global Reset and Typography */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #FFFFFF;
}

/* Camfasco Palette */
:root {
    --camfasco-steel-blue: #2E5C8A;
    --camfasco-industrial-orange: #D97634;
    --camfasco-slate-gray: #4A4A4A;
    --camfasco-light-gray: #F8F9FA;
    --camfasco-border-gray: #E5E7EB;
}
