/*
Theme Name:   HireAltor Child Theme
Theme URI:    https://hirealtor.com
Description:  Custom child theme for HireAltor Real Estate website based on Hello Elementor
Author:       HireAltor Development Team
Author URI:   https://hirealtor.com
Template:     hello-elementor
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:  hi-realtor-child
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

:root {
    --primary-color: #023751;
    --primary-dark: #012035;
    --primary-light: #034a6b;
    --text-dark: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --gray-medium: #cccccc;
    --transition-speed: 0.3s;
}

/* ==========================================================================
   Typography
   ========================================================================== */

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Urbanist', 'Poppins', sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.2;
}

/* ==========================================================================
   Custom Styles (Additional styles will be added as development progresses)
   ========================================================================== */

/* This file will contain only essential overrides and custom styles.
   Most styling will be handled through Elementor. */
