/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.has-white-background-color {
    background-color: #ffffff;
}
.has-white-color {
    color: #000000;
}
.has-black-background-color {
    background-color: #ffffff;
}
.has-black-color {
    color: #ffffff;
}
.has-gold-background-color {
    background-color: #a58950;
}
.has-gold-color {
    color: #a58950;
}
.has-blue-background-color {
    background-color: #0f4c81;
}
.has-blue-color {
    color: #0f4c81;
}
.has-green-background-color {
    background-color: #20310e;
}
.has-green-color {
    color: #20310e;
}
.has-plum-background-color {
    background-color: #41354e;
}
.has-plum-color {
    color: #41354e;
}
.has-graphite-background-color {
    background-color: #2a3233;
}
.has-graphite-color {
    color: #2a3233;
}
.has-grey-background-color {
    background-color: #ece9e9;
}
.has-grey-color {
    color: #ece9e9;
}