/*
  Theme Name: Victoria Cortes
  Theme URI: https://restontechwiz.com
  Version: 1.0.0
  Template: Divi
  Author: Reston Tech Wiz
  Author URI: https://restontechwiz.com
  Description: Custom theme for victoriacortes.com
  Text Domain: victoria-cortes
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Custom Font Overrides for Divi
   Using: Broadsheet (serif) and Espiritu (sans-serif)
   ========================================================================== */

/* Global Body Font - Espiritu */
body,
p, span, div, li, td, th,
input, select, textarea,
.et_pb_text,
.et_pb_module,
.footer-section ul li a {
    font-family: 'Espiritu', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
}

/* Headers - Broadsheet */
h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
.footer-section h4 {
    font-family: 'Broadsheet', Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

/* Navigation and Buttons - Espiritu */
.nav-links,
.nav-links li a,
.mobile-nav ul li a,
#main-header,
#et-top-navigation,
.nav li a,
#top-menu li a,
.et-menu li a,
button,
.et_pb_button,
.btn-primary,
.btn-secondary {
    font-family: 'Espiritu', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
}

/* Content Links */
.et_pb_text a,
.entry-content a,
.widget a,
.footer-section a {
    font-family: 'Espiritu', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
}

/* Italic text - uses Broadsheet Italic */
em, i,
.et_pb_text em,
.et_pb_text i {
    font-family: 'Broadsheet', Georgia, 'Times New Roman', serif;
    font-style: italic;
}

/* Form labels */
label,
.gform_wrapper label,
.et_pb_contact_form label {
    font-family: 'Espiritu', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
}
