/* Gétul Consulting - Custom CSS */
:root {
    --navy: #0a1628;
    --emerald: #00a99d;
    --emerald-light: #00d084;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-800: #1f2937;
}

body {
    font-family: 'Inter', sans-serif;
}

/* Hero section override */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

/* Button styles */
.elementor-button {
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
