/*
Theme Name: Solar Affairs Theme
Theme URI: https://megaone.geeaig.com/solar-affairs
Description: A custom child theme for Solar Affairs Lagos, designed for Elementor.
Author: Ibraheem Gbadegesin
Author URI: https://megaone.geeaig.com
Template: hello-elementor
Version: 1.0.0
Text Domain: solar-affairs-theme
*/

/* Custom CSS for Solar Affairs goes below here */

:root {
    --primary-color: #FDB813; /* Solar Yellow */
    --secondary-color: #1a202c; /* Dark Slate */
    --text-color: #4a5568;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
}

.site-header {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Button Overrides for Elementor */
.elementor-button {
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}