/*
Theme Name: 	Consultez Child
Theme URI: 		http://thememascot.net
Description: 	Finance & Consulting Wordpress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		7.0
Minimum Requires PHP:	8.1
Tested up to:	6.7
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	consultez-child
Template: 		consultez
*/
:root{
  --dc-navy:#142e4f;
  --dc-navy-dark:#0e2038;
  --dc-gold:#c19d4d;
  --dc-gold-dark:#a8853c;
}
.btn, .theme-btn, button[type="submit"], input[type="submit"]{
  background-color:var(--dc-gold) !important;
  border-color:var(--dc-gold) !important;
  color:#fff !important;
}
.btn:hover, .theme-btn:hover, button[type="submit"]:hover{
  background-color:var(--dc-gold-dark) !important;
  border-color:var(--dc-gold-dark) !important;
}
h1,h2,h3,h4,h5,h6{color:var(--dc-navy)}
a{color:var(--dc-navy)}
a:hover{color:var(--dc-gold)}
.site-header, .main-header{background-color:var(--dc-navy)}
.footer, .site-footer{background-color:var(--dc-navy)}