/**
 * LodgeMatic shared typography tokens
 * Base: 1rem = 16px (aligned with theme config.scss)
 */
:root {
  --lm-body: 1rem;
  --lm-body-sm: 0.875rem;
  --lm-caption: 0.75rem;
  --lm-micro: 0.625rem;
  --lm-lh-tight: 1.15;
  --lm-lh-normal: 1.6;
  --lm-fw-bold: 700;
  --lm-fw-semibold: 600;
  --lm-fw-medium: 500;

  /* Marketing / detail pages (Hero, Section) */
  --lm-display: clamp(1.75rem, 3.2vw, 2.5rem);
  --lm-section: clamp(1.5rem, 2.5vw, 1.75rem);
  --lm-subsection: clamp(1.125rem, 1.2vw, 1.25rem);
  --lm-lead: clamp(1rem, 1.05vw, 1.125rem);

  /* Listing page compact scale */
  --lm-list-section: 1.375rem;
  --lm-list-card: 1rem;
  --lm-list-meta: 0.875rem;

  /* Room detail page */
  --lm-detail-title: 1.5rem;
  --lm-detail-subtitle: 1rem;
  --lm-detail-block: 1.25rem;
}
