/* ============================================================
   NEXORA · App Theme / Typography
   App-level type roles. Families, scales and base elements
   stay inherited from css/base/typography.css.
   ============================================================ */

/* Page-level heading inside the dashboard */
.h-page {
  font-size: clamp(1.5rem, 1.25rem + 1.2vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

/* Secondary line under a page heading */
.screen-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-2);
  max-width: 52ch;
}

/* Greeting date line above the page title on Home */
.greet-line {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
}

/* Compact card titles */
.card-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text-1);
}

/* Numeric emphasis (xp, counts) */
.num-strong {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-1);
}
