/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ============================================================
   MA Fundraising Toolkit - child stylesheet.
   Loads after design-tokens.css. Base typography applies site-wide
   over Salient (font-family forced on body/headings/UI + drawer/search).
   Components are uniquely .ma- prefixed and only render where used.
   ============================================================ */

/* ---------- Base typography: site-wide over Salient ---------- */
html body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body li, body a, body span, body button, body input, body select, body textarea,
body .nectar-button, body .nectar-fancy-heading {
  font-family: var(--ma-font-sans) !important;
}
html body { color: var(--ma-ink); font-size: var(--ma-body); line-height: var(--ma-lh-body); }
body h1, body h2, body h3, body h4, body h5, body h6 { color: var(--ma-navy); line-height: var(--ma-lh-head); font-weight: 700; }
body h1 { font-size: var(--ma-h1); }
body h2 { font-size: var(--ma-h2); }
body h3 { font-size: var(--ma-h3); font-weight: 600; }
body h4 { font-size: var(--ma-h4); font-weight: 600; }
body a { color: var(--ma-navy); }
body a:hover, body a:focus { color: var(--ma-crimson); }

/* ---------- Poppins (dense data) + Playfair (editorial accents) ---------- */
.ma-table, .ma-table th, .ma-table td, .ma-tag, .ma-chip--minute { font-family: var(--ma-font-sans-2) !important; }
.ma-card__title em, .ma-testi__quote, .ma-welcome h3, .ma-portrait, .ma-section__num { font-family: var(--ma-font-display) !important; }
/* BYB editorial titles = Playfair Display. .ma-toolkit prefix (0,2,0) beats body h2 !important (0,1,1). */
.ma-toolkit .ma-byb-flag__title, .ma-toolkit .ma-byb-flag__title em,
.ma-toolkit .ma-byb-cardlink__title, .ma-toolkit .ma-byb-cardlink__title em,
.ma-toolkit .ma-byb-feature__vtitle, .ma-toolkit .ma-byb-feature__vtitle em,
.ma-toolkit .ma-byb-expert__initials { font-family: var(--ma-font-display) !important; }

/* ---------- Salient Open Sans drawer + search overlay fix (Recipe 02) ---------- */
#slide-out-widget-area, #slide-out-widget-area *,
#search-outer, #search-outer #search input, #search-outer * {
  font-family: var(--ma-font-sans) !important;
}
