/*
Theme Name: Kadence Child
Theme URI: https://solidsteelmgt.ca
Description: Child theme for Solid Steel Management
Author: Solid Steel Management
Author URI: https://solidsteelmgt.ca
Template: kadence
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: kadence-child
*/

/* Custom styles for Solid Steel Management */

/* Global styles */
:root {
    --global-palette1: #4054b2;  /* Primary color */
    --global-palette2: #333333;  /* Secondary color */
    --global-palette3: #1A1A1A;  /* Dark text */
    --global-palette4: #4A4A4A;  /* Headers */
    --global-palette5: #666666;  /* Body text */
    --global-palette6: #F7F7F7;  /* Light background */
    --global-palette7: #FFFFFF;  /* White */
    --global-palette8: #F0F0F0;  /* Light gray */
    --global-palette9: #E5E5E5;  /* Border color */
}

/* Typography */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Header styles */
.site-header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Button styles */
.wp-block-button__link,
.button {
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Section styles */
.elementor-section {
    padding: 80px 0;
}

/* Feature box styles */
.feature-box {
    transition: transform 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
}

/* Custom container width */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px;
}
