/* ========================================
   GLOBAL DASHBOARD FONT FAMILIES
   Match home page fonts: Lato for body, Cormorant Garamond for headings
   ======================================== */

/* Apply consistent fonts across all dashboards matching home page */
.lwd-dashboard,
.lwd-dashboard *,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content *,
.lwc-orders-table-wrapper,
.lwc-orders-table-wrapper *,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce * {
    font-family: "Lato", sans-serif !important;
}

/* Headings use Cormorant Garamond */
.lwd-dashboard h1,
.lwd-dashboard h2,
.lwd-dashboard h3,
.lwd-dashboard h4,
.lwd-dashboard h5,
.lwd-dashboard h6,
.woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4,
.woocommerce-MyAccount-content h5,
.woocommerce-MyAccount-content h6,
.lwd-profile-head h3,
.lightworker-name,
.dashboard-section-wrapper h3,
.section-header h3,
.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3 {
    font-family: "Cormorant Garamond", serif !important;
}

/* Ensure buttons use Lato */
.lwd-dashboard button,
.lwd-dashboard .button,
.lwd-dashboard .btn,
.lwd-dashboard .lwd-btn,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content .button,
.woocommerce-account button,
.woocommerce-account .button {
    font-family: "Lato", sans-serif !important;
}

/* Tables use Lato */
.lwd-table,
.lwd-table th,
.lwd-table td,
.lwd-table *,
.lwc-orders-table,
.lwc-orders-table th,
.lwc-orders-table td,
.lwc-orders-table *,
.woocommerce-orders-table,
.woocommerce-orders-table * {
    font-family: "Lato", sans-serif !important;
}

/* Forms use Lato */
.lwd-dashboard input,
.lwd-dashboard select,
.lwd-dashboard textarea,
.lwd-dashboard label,
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content label,
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea,
.woocommerce-account label {
    font-family: "Lato", sans-serif !important;
}

/* Navigation menu use Lato */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-navigation *,
.woocommerce-MyAccount-navigation-link,
.woocommerce-MyAccount-navigation-link * {
    font-family: "Lato", sans-serif !important;
}

/* Profile and account details */
.lwd-profile-container,
.lwd-profile-container *,
.lwd-about-me,
.lwd-about-me *,
.lwd-taxonomy-info,
.lwd-taxonomy-info *,
.woocommerce-form-row,
.woocommerce-form-row * {
    font-family: "Lato", sans-serif !important;
}

/* Status badges */
.lwd-status-badge,
.status-badge,
.order-status {
    font-family: "Lato", sans-serif !important;
}

/* Pagination */
.lwd-pagination,
.lwd-pagination * {
    font-family: "Lato", sans-serif !important;
}
