/*
 Theme Name:   Divi Child
 Theme URI:    https://chiragchamria.com
 Description:  Divi Child Theme for Dr. Chirag Rebuild
 Author:       Antigravity
 Template:     Divi
 Version:      2.0.0
*/

/* Brand Colors: 
   Red: #E31E24
   Dark Grey: #333333
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Open+Sans:wght@400;600&display=swap');

body,
p,
.et_pb_text {
    font-family: 'Open Sans', sans-serif !important;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_pb_module_header {
    font-family: 'Playfair Display', serif !important;
    color: #333333;
}

/* Button Styling (Client Friendly: Global override if they use standard buttons) */
.et_pb_button {
    background-color: #E31E24 !important;
    border-color: #E31E24 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}

.et_pb_button:hover {
    background-color: #BD1319 !important;
    box-shadow: 0 4px 10px rgba(227, 30, 36, 0.3);
}

/* Footer Accent */
#main-footer {
    background-color: #222222 !important;
}