/* Mirri typography. Montserrat = brand/logo/marketing (Black 900 wordmark, Bold 700 text).
   Poppins = product UI (Studio + app surfaces), 400–800. Micro-label + value specs from styles/mirri-studio.md. */
:root{
  --font-brand:'Montserrat',system-ui,sans-serif;
  --font-ui:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --weight-logo:900;
  --weight-brand-text:700;
  --weight-value:800;
  /* Type scale (inferred — no explicit scale in source; keep roles, adjust sizes freely) */
  --text-display:clamp(36px,5vw,56px);
  --text-title:28px;
  --text-heading:20px;
  --text-body:15px;
  --text-caption:12px;
  /* Micro-label (Studio spec: 9–10px, 700–800, uppercase, ~0.12em tracking) */
  --microlabel-size:10px;
  --microlabel-weight:700;
  --microlabel-tracking:0.12em;
}
