/* ═══════════════════════════════════════════════════════════════
   PsychicsLove — Global Font Stylesheet
   Drop this file in your frontend folder and link it in every
   HTML file. Change the font here once → updates everywhere.
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── BODY TEXT — DM Sans (clean, modern, readable) ── */
body {
  font-family: 'DM Sans', system-ui, sans-serif;
}

/* ── HEADINGS — Playfair Display (luxury serif) ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

/* ── LOGO ── */
.logo {
  font-family: 'Playfair Display', serif !important;
}

/* ── NUMBERS & PRICES — all key numeric displays ── */
.stat-val,
.pstat-val,
.hf-val,
.rate-price,
.big-rating-num,
.wh-balance,
.hic-rate strong,
.rcm-rate,
.earnings-pill,
.withdraw-amount,
.wh-amount,
.stat-card .stat-val,
.ovEarnings,
.earnNet,
.earnGross,
[id="heroFeatRate"],
[id="navEarnings"],
[id="heroBalance"],
[id="heroTotalAdded"],
[id="heroTotalSpent"] {
  font-family: 'Playfair Display', serif !important;
}
