/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child Theme for Hello Elementor (Custom Ready Version)
Author: Ahmad Raza
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ===============================
   CUSTOM BRAND COLORS
   Light Blue: #38b6ff
   Dark Blue: #002d71
================================= */

body {
    font-family: Arial, sans-serif;
}

a {
    color: #38b6ff;
}

a:hover {
    color: #002d71;
}

button,
.elementor-button {
    background-color: #38b6ff;
    border-radius: 6px;
}

button:hover,
.elementor-button:hover {
    background-color: #002d71;
}
