/*
Theme Name: Heavy Machinery Graphics
Theme URI: https://heavymachinerygraphics.com
Description: WordPress theme for heavy machinery graphics and decals
Author: Heavy Machinery Graphics
Author URI: https://heavymachinerygraphics.com
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heavy-machinery-graphics
Tags: e-commerce, heavy-machinery, construction-equipment, woocommerce, responsive-layout, custom-colors, custom-menu, featured-images, product-catalog, equipment-categories, decals, graphics
*/

/* Base CSS */
:root {
    --primary-color: #f7a91c; /* CAT yellow */
    --secondary-color: #231f20;/* Dark gray/black */
    --dark-color: #000000;
    --light-color: #f5f5f5;
    --gray-color:  #34495e;
    --success-color: #4caf50;
    --warning-color: #f7a91c;
    --danger-color: #f44336;
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Helvetica', sans-serif;
}