/* ShadiGiva unified typography — Playfair titles, DM Sans body */
:root {
  --sg-font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sg-font-sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --sg-text-base: 1rem;
  --sg-text-sm: 0.875rem;
  --sg-text-xs: 0.8125rem;
  --sg-leading: 1.48;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
input,
select,
textarea,
button {
  font-family: var(--sg-font-sans);
  font-size: var(--sg-text-base);
  line-height: var(--sg-leading);
}

h1,
h2,
h3,
h4,
.nav-brand,
.logo,
.pn,
.ct,
.stitle,
.reg-head-brand,
.fbr,
.sg-page-footer-brand,
.step-title,
.hero-title,
.sec-title,
.sc-title,
.form-header-title {
  font-family: var(--sg-font-serif);
  font-weight: 700;
}

.nav-brand,
.logo {
  font-size: 1.4rem;
  font-weight: 900;
}

.nav-links a,
.nb,
.bso,
.bsf,
.abtn,
.btn-next,
.lbl {
  font-family: var(--sg-font-sans);
}

/* Profile panels — one sans stack for labels + values */
.mcard,
.profile-panel,
.profile-sec {
  font-family: var(--sg-font-sans);
}

.mcard .fk,
.mcard .fv,
.mcard .pi-lbl,
.mcard .pi-val,
.mcard .about-text,
.mcard .fr,
.profile-verified-actions {
  font-family: var(--sg-font-sans) !important;
}

.mcard .ct {
  font-family: var(--sg-font-serif) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.mcard .fk {
  font-size: 0.78rem !important;
  font-weight: 500 !important;
}

.mcard .fv {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}

/* Footer column headings stay left-aligned */
footer .fct {
  text-align: left;
  font-family: var(--sg-font-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer .fc,
footer .fl a,
.sg-page-footer,
.sg-page-footer-links a {
  font-family: var(--sg-font-sans);
  font-size: 0.75rem;
  line-height: 1.45;
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}
